@extends('layouts.app') @section('title') {{__('Client List')}} @endsection @section('breadcrumb')

client {{__('Client List')}}

@endsection @section('content')
@can('create_institute') {{__('Create')}} @endcan
{{-- {{__('Export')}} --}}
{{-- --}}
{{__('Download template')}}
@csrf
{{__('Import')}}
# {{ __('Code') }} {{ __('Client Code') }} {{ __('Name') }} {{ __('Contact Number') }} {{ __('Email') }} {{ __('Contract') }} {{ __('Action') }}
@endsection @section('scripts') @endsection