@extends('front.main', ['title' => 'Clients', 'pagename' => 'clients']) @push('css') @endpush @section('content') @include('clients') @endsection @push('js') @endpush