@extends('dashboard.layouts.master') @section('title', 'Business Details | Admin Panel') @push('after-styles') @endpush @section('content')
| Branch Name | City | Address | Status | QR Scans | Action |
|---|---|---|---|---|---|
| {{ $branch->branch_name }} | {{ $branch->city }} | {{ $branch->address_line_1 }} | @if($branch->status == 'active') Active @else {{ ucfirst($branch->status) }} @endif | {{ $branch->scan_count }} | |
| No branches found. | |||||
| Plan Name | Price | Duration | Dates | Status |
|---|---|---|---|---|
| {{ $sh->plan_name }} | {{ $sh->price }} SAR | {{ $sh->duration }} {{ $sh->duration_unit ?? 'Days' }} | {{ \Carbon\Carbon::parse($sh->start_date)->format('d M Y') }} - {{ \Carbon\Carbon::parse($sh->end_date)->format('d M Y') }} | {{ ucfirst($sh->status) }} |