@extends('layouts.admin') @section('title', "Data $title ยท") @section('breadcrumb')

{{ $title }}

@endsection @section('content')

Filter

Data {{ $title }}

@can('create-mixer') Tambah Data @endcan
No Kode Nama Alamat Telepon Handphone Aksi
@endsection @push('js') @endpush @push('modal') @can('create-mixer') @include('app.mixer.add') @endcan @can('edit-mixer') @include('app.mixer.edit') @endcan @endpush