Clear
@if(count($record_data) > 0) @foreach($record_data as $data) @endforeach @else @endif @if ($record_data && $record_data->count()) {!! $record_data->appends(request()->input())->links() !!} @endif
@push('scripts') @endpush