@extends('layouts.master') @section('style') @endsection @section('content')
 
@php $startDate = $hasRepair ? '' : date('Y-m-d'); $endDate = $hasRepair ? '' : date('Y-m-d'); @endphp

Repairs

Repair Type
@php $currentStatus = request('status'); // Get the 'status' parameter from the URL @endphp View All Open Closed

{!! $dataTable->table() !!}

Repair by Category


@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()