@extends('admin.layout') @section('content')
{{ $title }}
@csrf
@error('nama') {{ $message }} @enderror
@endsection