@extends('layouts.admin') @section('content')

Create Office

Back
@include('admin.offices.form', ['office' => new \App\Models\Office()])
@endsection