@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

General Form Elements Preview

@if (\Session::has('success'))
@endif

Please Select Customer

@foreach($customers as $cst) @endforeach
ID Image Name Phone Contact Number Address Created By Edit Delete
{{$cst->id}} Image {{$cst->name}} {{$cst->phone}} {{$cst->contact_number}} {{$cst->address}} {{$cst->createdByName}}
@include('layouts.footer')