@extends('layouts.app') @section('title', 'Create Office') @section('content')

Create New Office

Add a new courier office to the system

Back to Offices
Office Information
@csrf
@error('name')
{{ $message }}
@enderror Enter a descriptive name for the office
@error('district_id')
{{ $message }}
@enderror Select the district where this office is located
@error('address')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror Optional - for official correspondence
Manager Information
@error('manager_name')
{{ $message }}
@enderror
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush