@extends('frontend.layouts.master') @section('title') Clients @endsection @section('css') @endsection @section('content')
@foreach($country as $index=>$cn) @endforeach
@foreach($clients as $client)
@endforeach
@endsection @section('js') @endsection