@extends('layouts/contentLayoutMaster') @section('title', 'Facility Vendor Records') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') Facility Vendors @can('Create Facility Vendor') Add Vendor @endcan @if ($message = Session::get('success')) {{ $message }} @endif {{-- @include('content._partials._sections.supplier_tabs') --}} No. Code {{-- Business Name --}} Name Father Name Contact {{-- Type --}} Plant Area Office Status {{-- Payment Process --}} Action @endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection