@extends('backend.layout.main') @section('content') @push('css') @endpush @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Ecommerce Settings')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => 'setting.ecommerce.update', 'files' => true, 'method' => 'post']) !!}
@if(isset($settings->logo))
@endif
@if(isset($settings->logo))
@endif
gift_card == 1)) checked @endif>
{!! Form::close() !!}
@endsection @push('scripts') @endpush