@extends('layouts.app') @section('title') {{ __('messages.Client Feedback') }} @endsection @section('style') @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), __('messages.Client Feedback') => route('admin.feedback.index'), $item->name => null, __('messages.Edit') => 'active', ], ])
@csrf @method('PUT')
1. {{ __('messages.Basic information') }}
user-avatar
Allowed JPG, JPEG or PNG. Max size of 5M
@error('image') {{ $message }} @enderror
@endsection @section('script') @include('inc.script_submit') @endsection