@extends('layouts.main') @section('title', 'Pengguna') @section('content')

Pengguna

Form tambah pengguna
{!! session('msg') !!} @if ($errors->any()) @endif
@csrf @method('put')
Kembali
@endsection