@extends('layouts.app') @section('title', 'Supplier Details') @section('breadcrumb')
@endsection @section('content')| Supplier Name | {{ $supplier->supplier_name }} |
|---|---|
| Supplier Email | {{ $supplier->supplier_email }} |
| Supplier Phone | {{ $supplier->supplier_phone }} |
| City | {{ $supplier->city }} |
| Country | {{ $supplier->country }} |
| Address | {{ $supplier->address }} |