@extends('layouts.app') @section('page-site-title') {{trans('areas.page_title')}} @endsection @section('page-title') {{trans('areas.content_title')}} @endsection @section('page_navbar') @include('layouts.widgets.page-navbar') @endsection @section('page_breadcrumb') @include('layouts.widgets.page-breadcrumb') @endsection @section('page_side') @include('layouts.widgets.page-side') @endsection @section('page-content')
{{trans('areas.map')}}
{{trans('areas.location')}}
{!! csrf_field() !!}
لابد من ادخال البيانات بطريقة صحيحة
{{trans('areas.longitude_details')}}
{{trans('areas.latitude_details')}}
{{trans('areas.distance_details')}}
@endsection @section('page-footer-js') @endsection @section('page-heads') @endsection