@extends('layouts/layoutMaster') @section('title', __('Clients')) @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', ]) @endsection @section('content')

{{__('Clients')}}

@lang('Sl.No') @lang('Name') @lang('Phone Number') @lang('Email') @lang('Address') @lang('City/Municipality') @lang('Province') @lang('Status') @lang('Actions')
@endsection @section('page-script') @vite(['resources/assets/js/app/client-index.js']) @endsection