@section('page-title') Dashboard @endsection @section('page-styles') @endsection

Dashboard

@foreach($clientProducts as $product)
{{ $product->short_name }} {{ $product->name }} {{ $product->short_description }}
@endforeach
@section('page-modals') @endsection @section('page-scripts') @endsection