@extends('layouts.master')
@section('styles')
@endsection
@section('title')
@lang('Clients list')
@endsection
@section('buttons')
@if(checkAccess('clients_create'))
@lang('Add Client')
@endif
@endsection
@section('breadcrumbs')
@component('components.breadcrumb')
@slot('title') @lang('Clients list') @endslot
@endcomponent
@endsection
@section('content')
@endsection
@section('scripts')
@endsection