@extends('admin.layout') @section('content')
Create area
@include('admin.areas.form', ['area' => null])
@endsection