@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Areas')}}

{{__('Create new Area')}}

@endsection @section("content")

{{__('Create new Area')}}

@csrf
@endsection @section("scripts") @endsection