@extends('mrp') @section('title', $page_title) @section('content')
@csrf
@error('unit_code') *Unit Code Wajib Diisi! @enderror
@error('unit_name') *Unit Name Wajib Diisi! @enderror
@error('description') {{ $message }} @enderror
@endsection @push('css') @endpush @push('js') @endpush