@extends('layouts.admin.master') @section('tab-name', ' ویرایش کاربر : ' . $item->full_name ) @section('content')
@method('PUT') @include('admin.user.form')
@stop