@php @endphp @extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_breadcrumbs') Resend Data @endsection
@include('sub.resenddata.filter')
@include('sub.resenddata.datatable')
@endsection @section('path_page_css', mix('/css/resenddata.css')) @section('path_page_js', mix('/js/resenddata.js'))