@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__('Edit area')}}

@if($errors->has('area')) @endif
@endsection