@extends('backend.admin-master') @section('site-title') {{__('Project Area')}} @endsection @section('content')
@include('backend/partials/message') @include('backend/partials/error')

{{__('Project Area Settings')}}

@csrf
@endsection