@extends('template.app') @section('title', 'Create - Unit') @push('css') @endpush @section('content')
Create Unit
@csrf {{-- Unit --}}
BACK
@endsection @push('js') @endpush