@extends('layouts.admin.app') @section('content')
{{ __('trans.user.title') }} @yield('title')
@method('put') @csrf
{{--
--}}
@if (!empty(old('img', $user->img))) @endif
@endsection @section('css') @endsection @section('js') @endsection