@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content') @php $this->headScript()->prependFile(basePath().'/client/vendor/loader/js/jquery.loadingModal.min.js') @endphp {{ $this->headLink()->prependStylesheet(basePath().'/client/vendor/loader/css/jquery.loadingModal.min.css') }}
Selected File:
{{formElement($form->get('path'))}}
{{formLabel($form->get('title')) }} {{formElement($form->get('title')) }}
@endsection