@extends('layouts.master') @section('title') @lang('translation.Clients') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Admin @endslot @slot('title') {{ isset($client) ? 'Edit Client' : 'New Client' }} @endslot @endcomponent
{{ isset($client) ? 'Edit Client' : 'Create New Client' }}
Back to List
@csrf @if(isset($client)) @method('PUT') @endif
Please select an employer.
Please provide a valid client name.
Please provide a valid service agreement reference.
Please provide a contact person.
Please provide a valid email address.
Please provide a valid phone number.
active ?? true)) ? 'checked' : '' }}>
Cancel
@endsection @section('script') @endsection @section('script-bottom') @endsection