@extends('back.template.index') @section('title', 'Daftar Pelanggan') @section('content')

Daftar Pelanggan

Buat Pelanggan Baru
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Pelanggan Lainnya
No Name Action
@endsection @push('scripts') @endpush