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