@extends('backend.layout') @section('content')
{{ $errors->first('email_address') }}
{{ $errors->first('contact_number') }}
{{ $errors->first('address') }}
{{ $errors->first('latitude') }}
{{ __('The value of the latitude will be helpful to show your location in the map') }}
{{ $errors->first('longitude') }}
{{ __('The value of the longitude will be helpful to show your location in the map') }}