@extends('layouts.master') @section('titel', 'Customer | ') @section('content') @include('partials.header') @include('partials.sidebar')

Manage Customer

Add New Customer
@foreach( $customers as $customer) @endforeach
Customer Address Contact Details Action
{{ $customer->name }} {{ $customer->address }} {{ $customer->mobile }} {{ $customer->details }}
@endsection @push('js') @endpush