@extends('admin.layouts.master') @section('title', 'Add Front Theme') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Add Front Theme') }}
{{ csrf_field() }} {{ method_field('POST') }}
{{ __('Upload') }}
@endsection @section('script') @endsection