@extends('layouts.main')
@section('title')
{{ __('Near By Places') }}
@endsection
@section('page-main-title')
{{ __('Near By Places') }}
@endsection
@section('content')
{{ __('Add Place') }}
{{ __('ID') }}
{{ __('Name') }}
{{ __('Image') }}
@if (has_permissions('update', 'near_by_places'))
{{ __('Action') }}
@endif