@extends('layouts.admin-simple') @section('title', 'Create Project') @section('page-title', 'Create Project') @section('page-subtitle', 'Add a new project') @section('breadcrumb') @endsection @section('content')

Project Information

@csrf
@error('project_number')

{{ $message }}

@enderror

Leave blank to auto-generate project number

@error('project_name')

{{ $message }}

@enderror
@error('project_division_id')

{{ $message }}

@enderror
Cancel
@endsection