@extends('both.template') @section('title', 'CLIENTS | OPTIMIA') @section('styleSheets') @endsection @section('content')
@foreach($clients as $client) @endforeach
{{ csrf_field() }}
@endsection @section('scriptsSheets') @endsection