@extends('layouts.admin')
@section('title','Merchant Establishments')
@section('styles')
@endsection
@section('content')
{{ strtoupper($merchant->name) }}
Merchant
List of Establishments (0)
| Establishment Name |
Address |
Type |
Status |
Action |
@include('dashboard.merchants.establishments.partials.add-establishment-modal')
@include('dashboard.partials.footer')
@endsection
@push('scripts')
@endpush