@extends('admin::layout') @section('title', trans('storefront::storefront.storefront')) @section('content_header')

{{ trans('storefront::storefront.storefront') }}

@endsection @section('content')
{{ csrf_field() }} {{ method_field('put') }} {!! $tabs->render(compact('settings')) !!}
@endsection