@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 No {{-- Address --}} Action @endsection