@php @endphp @extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_buttonheader') @include('sub.lib.buttonadd') @include('sub.lib.buttonsubmit', ['setup' => 'hidden data-type']) @include('sub.lib.buttonundo', ['setup' => 'hidden']) @endsection @section('page_breadcrumbs') Tour References List Picture References @endsection
@include('sub.picturereference.datatable')
@include("sub.picturereference.formmaster")
@endsection @section('path_page_css', mix('/css/picturereference.css')) @section('path_page_js', mix('/js/picturereference.js'))