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