@extends('layouts.app') @section('title', 'Add New Center') @section('content')

🏢 Add New Center

Register a new training center for the Nyota Programme.

Back to Centers
@csrf
This is the official name of the training center. @error('name')
{{ $message }}
@enderror
Select the sub-county where this center is located. @error('sub_county_id')
{{ $message }}
@enderror
Set the current operational status of the center. @error('status')
{{ $message }}
@enderror
@endsection