@extends('backend.partials.master') @section('title') Customers @endsection @section('maincontent')

Customers Table

@if (hasPermission('create_customer') == true) New Customer @endif
{{-- --}}
SR NO Name Product Mobile NoAddress Action
@endsection