@extends('layouts.master') @section('title') @lang('user.edit_title') @endsection @section('content') @component('components.breadcrumb') @slot('li_1_link') {{ route('user.index') }} @endslot @slot('li_1') @lang('user.index_title') @endslot @slot('li_2') @lang('user.edit_title') @endslot @slot('title') @lang('user.edit_title') @endslot @endcomponent
@csrf @method('PUT')
@endsection @push('footer_scripts') @endpush