@extends ('layouts.app') @section ('content')
Company Name | Contact Person | Contact Number | Contact Email | Manage |
---|---|---|---|---|
{{ $supplier->company_name }} | {{ $supplier->contact_person }} | {{ $supplier->contact_number }} | {{ $supplier->contact_email }} | @if (in_array('suppliers.update', $user_rights)) Edit View @endif @if (in_array('suppliers.destroy', $user_rights)) @endif |