@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.vendor.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.vendor.fields.name_helper') }}
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif {{ trans('cruds.vendor.fields.email_helper') }}
@if($errors->has('specialization'))
{{ $errors->first('specialization') }}
@endif {{ trans('cruds.vendor.fields.specialization_helper') }}
@endsection