@extends('layouts.user_type.auth') @section('header_title', isset($title) ? __('ویرایش :title', ['title' => $title]) : __('ویرایش')) @section('content')

{{ $title }}

@csrf @method($method) @foreach ($fields as $key => $data)
@error($key)
{{ $message }}
@enderror
@endforeach
@endsection