@extends('admin.layout') @section('content')
Edit area
@method('PUT') @include('admin.areas.form', ['area' => $area])
@endsection