@extends('layouts.app_rest') @section('content')
@can('supplier.create') Add New @endcan @can('supplier.update') @endcan @can('contact.delete') @endcan
@can('supplier.view')
Code Full Name City Mobile Number Telephone Number Email Open Balance Image Status
@endcan
@endsection @section('javascript') @endsection