@extends('layouts.master') @section('title', 'Customer List') @section('css') @endsection @section('breadcrumb')

Customer list

@endsection @section('main_content')
Customer ID Photo Full Name Contact ID Number Location Status Registered Actions
@endsection @section('scripts') @endsection