@extends('panel.layouts.layout') @section('content') @lang('home.home') / @lang('home.places') / @lang('home.new_places') @lang('home.links') @lang('home.general_settings') @lang('home.full_report') @lang('home.new_places') @if ($errors->any()) @foreach ($errors->all() as $error) ×{{ $error }} @endforeach @endif @if(Session::has('success')) ×{{ Session::get('success') }} @endif @csrf @include('panel.places.form') @lang('home.save') @stop @section('jsCode') @stop