@extends('layouts.master') @section('title', 'Upload Clients | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.upload clients')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.patients') }} | {{ __('basic.upload clients') }}
{{ __('basic.upload clients') }}
@csrf
@error('branch_id') {{ $message }} @enderror
{{ __('basic.attached img') }}
@error('client_file') {{ $message }} @enderror
@endsection @section('js') @endsection