@extends($templatePathAdmin.'layout') @section('main')

{!! $title!!}

@csrf
{{ sc_language_render('admin.template.import_submit') }}
@if ($errors->has('file')) {{ $errors->first('file') }} @else {!! sc_language_render('admin.template.import_note') !!} @endif
@endsection @push('styles') @endpush @push('scripts') @endpush