@extends('layouts.app') @section('content')

Customer List

Balance Sheet

{{-- show the Flash Message Here --- START --}} @if(Session::has('danger'))
{{ Session::get('danger') }}
@elseif (Session::has('success'))
{{ Session::get('success') }}
@endif {{-- show the Flash Message Here --- END --}}
Name Contact Location Action
{{-- ADD CUSTOMER MODAL ----- START --}} {{-- ADD CUSTOMER MODAL ----- END --}} {{-- EDIT CUSTOMER MODAL ----- START --}}
{{-- EDIT CUSTOMER MODAL ----- END --}} @include('nims.includes.footer') {{-- script for edit user modal --}} {{-- script for Customer's Data Table --}} {{-- flash messages script --}} {{-- --}} @endsection