@extends('back.layouts.main') @section('title' ,__('back.user')) @section('content')
@method('PUT')
@csrf @include('back.user.form')
@stop @section('breadcrumbs') @stop