@extends('admin.layouts.master') @section('title', 'Add theme - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Add theme') }} @endslot @slot('menu1') {{ __('Add theme') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Add theme') }}
{{ csrf_field() }} {{ method_field('POST') }}
{{ __('Upload') }}
@endsection @section('script') @endsection