@extends('layouts.app') @section('title') Daftar User @endsection @section('breadcrumb') @parent
  • user
  • @endsection @section('content')
    No Nama User Email Aksi
    @include('user.form') @endsection @section('script') @endsection