@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('Banners') }} @endsection @section('heading') {{ $pageTitle }} @endsection @section('heading-icon'){{$pageLogo}}@endsection {{-- @section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name'] ?? '') }}@endsection --}} @section('content')

{{ __('common.list') }}

@if($actions['create']) @endif
@if($actions['filter']) @include(($options['route_controller'] ?? '').'.includes.filter') @endif @include('includes.datatable')
@include('includes.modal_delete') @endsection