@extends('layouts.panel') @section('title', $title) @push('css') @endpush @section('breadcrumb') @endsection @section('content') @slot('title')
{{$title}}
@endslot {{-- {{ $errors }} --}}
@csrf @isset($item) @method("PUT") @endisset
@isset ($user->image_url)
@lang('Photo Preview:')
@endif
@error('class')
{{$message}}
@enderror
@endsection @push('js') @endpush