@extends('layouts.admin-main') @section('content')
@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@method('PUT') {{ csrf_field() }}
is_main ? 'checked' : ''}} name="is_main" onclick="validates()" id="is_main" style="width: 1.5rem;height: 1.5rem">
is_main ? 'hidden="hidden" ' : ''}}>
@error('logo')
{{ $message }}
@enderror
{{ __('message.cancels') }}
{!! Form::close() !!} @endsection @section('scripts') @endsection @section('meta') {{ __('message.product') }} - {{$settings_->shop_name}} @endsection