@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content')
{{-- @json($customers) --}}

All Customer List

@foreach($customers as $customer) @endforeach
SL Customer Name Customer Description Mobile No Application Date Action
{{$customer->customer_temp_registration_id}} {{$customer->customer_name}} {{$customer->customer_description}} {{$customer->mobile_number}} {{ date( 'Y-m-d' , strtotime($customer->application_time) )}}  |
@endsection @section('footer-script') @endsection