@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.store.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.store.fields.name_helper') }}
@if($errors->has('slogan'))
{{ $errors->first('slogan') }}
@endif {{ trans('cruds.store.fields.slogan_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.store.fields.description_helper') }}
@if($errors->has('link'))
{{ $errors->first('link') }}
@endif {{ trans('cruds.store.fields.link_helper') }}
@if($errors->has('logo'))
{{ $errors->first('logo') }}
@endif {{ trans('cruds.store.fields.logo_helper') }}
@if($errors->has('cover'))
{{ $errors->first('cover') }}
@endif {{ trans('cruds.store.fields.cover_helper') }}
@if($errors->has('province'))
{{ $errors->first('province') }}
@endif {{ trans('cruds.store.fields.province_helper') }}
@if($errors->has('city'))
{{ $errors->first('city') }}
@endif {{ trans('cruds.store.fields.city_helper') }}
@if($errors->has('district'))
{{ $errors->first('district') }}
@endif {{ trans('cruds.store.fields.district_helper') }}
@if($errors->has('postal_code'))
{{ $errors->first('postal_code') }}
@endif {{ trans('cruds.store.fields.postal_code_helper') }}
@endsection @section('scripts') @endsection