@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ $pageTitle }} @endsection @section('heading') {{ $pageTitle }} @endsection @section('heading-icon')category@endsection {{--@section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name']) }}@endsection--}} @section('content')
@include($options['route_controller'].'.includes.form', ['isForm' => false])
@endsection