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