@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content')
@endsection @section('header') @endsection @section('footer') @php foreach($settings as $row): @endphp @php if($row->class == 'rte'): @endphp @php endif; @endphp @php endforeach; @endphp @endsection