@extends('admin.admin-layouts.master') @section('content')

{{$title}}

{{__('Fill the form')}}

@csrf @include('admin.user._form')
@endsection