@extends('dashboard.layouts.master') @section('title', __('backend.tourism_places')) @section('content') @include('sweetalert::alert')
@if (isset($tourism_management_module_permission) && $tourism_management_module_permission->read == 1)

{{ __('backend.tourism_places') }}

{{ __('backend.dashboard') }} / {{ __('backend.tourism_places') }}
{{ Form::open(['route' => 'tourism-placesUpdateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ __('backend.place_name') }} {{ __('backend.category') }} {{ __('backend.description') }} {{ __('backend.location') }} {{ __('backend.status') }} {{ __('backend.options') }}
{{ Form::close() }}
@endif
@endsection @push('after-scripts') @endpush