@extends('layouts.app') @section('title', 'Providers Name') @section('content')
Manage providers name and their information
| Name | Contact Person | Phone | Website | Status | Created | Total Due | Actions | |
|---|---|---|---|---|---|---|---|---|
|
{{ $provider->name }}
|
{{ $provider->contact_person }} | @if($provider->contact_email) {{ $provider->contact_email }} @else - @endif | @if($provider->contact_phone) {{ $provider->contact_phone }} @else - @endif | @if($provider->website) Visit @else - @endif | {{ ucfirst($provider->status) }} | {{ $provider->created_at->format('M d, Y') }} | BDT {{ number_format($provider->total_due ?? 0, 2) }} |
Start by adding your first provider name.