@extends('layouts.master') @section('content')
Supplier

Supplier @can('Suppliers add') Add Supplier @endcan

@foreach ($suppliers as $key => $supplier) @endforeach
S.No Supplier Name (کھاتہ) Supplier Email Supplier Address Supplier City Contact Person Phone Website Status Created Action
{{ $key + 1 }} {{ $supplier->supplier_name }} {{ $supplier->supplier_name_urdu }} {{ $supplier->supplier_email }} {{ $supplier->supplier_address }} {{ getCity($supplier->supplier_city) }} {{ $supplier->contact_person }} {{ $supplier->phone_1 }} {{ $supplier->website }} @if ($supplier->status == 0) Active @else Inactive @endif {{ date('d-m-Y', strtotime($supplier->created_at)) }} @can('Suppliers edit') Edit @endcan @can('Suppliers view') Manage Brands @endcan @can('Supplier view') Summary @endcan @can('Supplier delete') Remove @endcan
S.No Supplier Name (کھاتہ) Supplier Email Supplier Address Supplier City Contact Person Phone Website Status Created Action
{{-- --}} {{-- --}} @endsection @push('scripts') @endpush