{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
Add OutCode @foreach($query as $k=>$v) @endforeach
OutCode Price Edit Move to outcode
{{$v->outcode}} {{isset($v->price)?$v->price:0}}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection