@extends('layouts.admin')
@section('title', "Data $title ยท")
@section('breadcrumb')
@endsection
@section('content')
| 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