@extends('backend.layouts.master') @section('title', __('static.users.edit')) @section('content')
{{ __('static.users.edit') }}
@csrf @method('PUT') @includeIf('backend.user.fields')
@endsection