@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('content')
{{-- include tabs here --}} @include($view)
@endsection @push('scripts') @endpush