@extends('backend.layout.main') @section('content') @push('css') @endpush @if(session()->has('message'))
{{trans('file.The field labels marked with * are required input fields')}}.
{!! Form::open(['route' => 'setting.ecommerce.update', 'files' => true, 'method' => 'post']) !!}