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

{{ $title }}

@endsection @section('content')

Filter

Data {{ $title }}

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