@extends('admin.layouts.app') @section('content')

Edit Data {{ $title }}

@csrf @include("admin.pages.user.form")
@endsection