@extends('admin.layouts.master') @section('title', 'Get Started - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Get Started') }} @endslot @slot('menu1') {{ __('Front Settings') }} @endslot @slot('menu2') {{ __('Get Started') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Get Started') }}
{{ csrf_field() }} {{ method_field('PUT') }}

{{ __("Upload")}}
@endsection