@extends('layouts.master') @section('title', 'Unit') @section('page-header') Unit Create @stop @push('style') @endpush @section('content')
@include('partials._alert_message')

@yield('page-header')

@csrf
@endsection @section('js') @endsection