@extends('admin.layouts.master') @section('title', __('rental_history')) @section('content')

{{__('rental_history') }}

{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts() }} @endpush