@extends('template.content') @section('content')
Create {{$title}}
@csrf
username
Tambah Data
{{$title}}
@foreach($row as $key)
Modal title
@csrf
username
@endforeach
username
Action
{{$key->username}}
edit
delete
@push('js') @endpush @endsection