@extends('admin/layout') @section('title') {{ labels('admin_labels.update_area', 'Update Area') }} @endsection @section('content')
Update Area
@method('PUT') @csrf
@endsection