@extends('layouts.app') @section('title', $sector ? 'Edit Sector' : 'Add Sector') @section('page-title', $sector ? 'Edit Sector — '.$sector->name : 'Add PACA Sector') @section('content')
@csrf @if($sector) @method('PUT') @endif
@error('name')

{{ $message }}

@enderror
Cancel
@endsection