@extends('layouts.admin') @section('title', 'Edit Restaurant') @section('role-label', 'Super Admin') @section('page-title', 'Edit Restaurant') @section('page-subtitle', $restaurant->name) @section('sidebar-nav') @include('super-admin.partials.sidebar') @endsection @section('content')
@csrf @method('PUT') {{-- Status: top-left --}}
@if($restaurant->subscription_end_date) @php $badge = $restaurant->subscription_status_badge; @endphp {{ $badge['label'] }} @endif

Restaurant Info

@if($restaurant->logo) @endif

JPG, PNG, or WebP. Max 2 MB.

@if($restaurant->cover_image) @endif

JPG, PNG, or WebP. Max 2 MB.

Registration & Subscription Dates

Cancel
@endsection