@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.import') }} @parent @stop {{-- Page content --}} @section('content')
@stop @section('moar_scripts') @endsection