@extends('layouts/app') @section('css') @endsection @section('template_title') Users @endsection @section('content')

Edit Data

@foreach ($data as $row) @endforeach
@foreach ($data as $row)
@csrf
{!! $errors->first('username', '
:message
') !!}
{!! $errors->first('nama', '
:message
') !!}
{!! $errors->first('email', '
:message
') !!}
{!! $errors->first('level', '
:message
') !!}
@endforeach
@endsection @section('js') @endsection @push('js_in') @endpush