@extends('layout.admin') @section('head') @extends('layout.header') @section('header_title', 'Supplier') @endsection @section('content')
| Full Name | Contact Number | Address | Status | Change | Update |
|---|---|---|---|---|---|
| {{ $item->Full_Name }} | {{ $item->Contact_No }} | {{ $item->Address ?: '-' }} | @if ($item->Status) Active @else Inactive @endif |