@extends('dashboard.layouts.master') @section('judul') {{$title}} @endsection @section('content') @section('main_sidebar') @include('dashboard.layouts.include_sidebar.master') @endsection

{{ $title }}

Tambah Data

@foreach($data as $dt) @endforeach
Name Email Action
{{$dt->name}} {{$dt->email}}
@endsection @section('scripts') @endsection