@extends('layouts.admin') @section('title', 'Edit Branch Store') @section('content')
Store Details
@csrf @method('PUT') @include('branch._restaurant_form', ['restaurant' => $restaurant])
Cancel
@endsection @include('branch._restaurant_map_assets', ['deliveryAreas' => $deliveryAreas])