@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.shop.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('category')) {{ $errors->first('category') }} @endif {{ trans('cruds.shop.fields.category_helper') }}
@if($errors->has('sub_category')) {{ $errors->first('sub_category') }} @endif {{ trans('cruds.shop.fields.sub_category_helper') }}
@if($errors->has('brands')) {{ $errors->first('brands') }} @endif {{ trans('cruds.shop.fields.brands_helper') }}
@if($errors->has('open_time')) {{ $errors->first('open_time') }} @endif {{ trans('cruds.shop.fields.open_time_helper') }}
@if($errors->has('close_time')) {{ $errors->first('close_time') }} @endif {{ trans('cruds.shop.fields.close_time_helper') }}
@if($errors->has('holidays')) {{ $errors->first('holidays') }} @endif {{ trans('cruds.shop.fields.holidays_helper') }}
@if($errors->has('state')) {{ $errors->first('state') }} @endif {{ trans('cruds.shop.fields.state_helper') }}
@if($errors->has('city')) {{ $errors->first('city') }} @endif {{ trans('cruds.shop.fields.city_helper') }}
@if($errors->has('location')) {{ $errors->first('location') }} @endif {{ trans('cruds.shop.fields.location_helper') }}
@if($errors->has('pincode')) {{ $errors->first('pincode') }} @endif {{ trans('cruds.shop.fields.pincode_helper') }}
@if($errors->has('address')) {{ $errors->first('address') }} @endif {{ trans('cruds.shop.fields.address_helper') }}
@if($errors->has('aboutus')) {{ $errors->first('aboutus') }} @endif {{ trans('cruds.shop.fields.aboutus_helper') }}
@if($errors->has('images')) {{ $errors->first('images') }} @endif {{ trans('cruds.shop.fields.images_helper') }}
@if($errors->has('status')) {{ $errors->first('status') }} @endif {{ trans('cruds.shop.fields.status_helper') }}
@endsection @section('scripts') @endsection