@extends('admin.layouts.master') @section('title', 'Add Front Theme') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Add Front Theme') }}
{{ __("Back")}}
{{ csrf_field() }} {{ method_field('POST') }}
{{ __('Purchase Code :') }}
*
{{ __('UPLOAD THEME FILE (.ZIP FILE) :') }}
{{ __('Upload') }}
{{ __('Choose file') }}
{{ __("Reset")}}
{{ __("Install")}}
@endsection @section('script') @endsection