@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.courier.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('picture'))
{{ $errors->first('picture') }}
@endif {{ trans('cruds.courier.fields.picture_helper') }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.courier.fields.name_helper') }}
@if($errors->has('code'))
{{ $errors->first('code') }}
@endif {{ trans('cruds.courier.fields.code_helper') }}
@if($errors->has('phone'))
{{ $errors->first('phone') }}
@endif {{ trans('cruds.courier.fields.phone_helper') }}
@if($errors->has('homepage'))
{{ $errors->first('homepage') }}
@endif {{ trans('cruds.courier.fields.homepage_helper') }}
@if($errors->has('type'))
{{ $errors->first('type') }}
@endif {{ trans('cruds.courier.fields.type_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.courier.fields.status_helper') }}
@endsection @section('scripts') @endsection