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

Supplier List

Balance Sheet

{{--
--}} {{--

Manage Suppliers

--}} {{--
--}}
{{-- 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 --}} {{--
--}}
{{-- @foreach ($users as $user) @endforeach --}}
Name Contact # Location Action
{{$user['user_id']}} {{$user['user_name']}} {{$user['user_contact_no']}} {{$user['user_location']}}
{{-- ADD SUPPLIER MODAL ----- START --}} {{-- ADD SUPPLIER MODAL ----- END --}} {{-- DELETE CUSTOMER MODAL ----- START --}}
{{-- DELETE CUSTOMER MODAL ----- END --}} {{-- EDIT SUPPLIER MODAL ----- START --}}
@endsection @include('nims.includes.footer') {{-- script for edit user modal --}} {{-- script for delete user modal --}} {{-- data table search --}} {{-- --}} {{-- flash messages script --}}