@extends('layouts.admin.app') @section('title', translate('Settings')) @push('css_or_js') @endpush @section('content')
@php($branch_count = \App\Models\Branch::count())

{{ translate('Location_Coverage_Setup') }}

@csrf
@php($data = \App\Models\Branch::find(1))
{{ translate('This location setup is for your Main branch. Carefully set your restaurant location and coverage area. If you want to ignore the coverage area then keep the input box empty.') }} {{ translate('You can ignore this when you have only the default branch and you do not want coverage area.') }}
1 ? 'required' : '' }}>
1 ? 'required' : '' }}>
1 ? 'required' : '' }}>
@endsection @push('script_2') @endpush