@extends('layouts.admin') @section('title', 'Add Engineer') @section('content')

Add Engineer

@csrf @include('engineers._form')
Cancel
@endsection