@include('layouts.header')
@include('layouts.sidebar')
@if (\Session::has('success'))
{{\Session::get('success')}}
@endif
ID |
Image |
Name |
Phone |
Contact Number |
Address |
Created By |
Edit |
Delete |
@foreach($customers as $cst)
{{$cst->id}} |
 |
{{$cst->name}} |
{{$cst->phone}} |
{{$cst->contact_number}} |
{{$cst->address}} |
{{$cst->createdByName}} |
|
|
@endforeach
@include('layouts.footer')