@extends('master.back') @section('content')

{{ __('Location') }}

{{ __('Back') }}
@include('alerts.alerts') @csrf @method('PUT')
{{ __('Set Location') }}
{{-- Title --}}
{{-- Address --}}
{{-- Latitude --}}
{{-- Longitude --}}
{{-- Phone --}}
{{-- Fax --}}
{{-- Email --}}
{{-- Submit --}}
@endsection