@extends('layouts.master') @section('css') @endsection @section('main_content')

Deductibles {{ $filterType ? '('.ucfirst(str_replace('_',' ', $filterType)).')' : '' }}

Add Deductible
{!! $dataTable->table() !!}
@endsection @section('scripts') {!! $dataTable->scripts() !!} @endsection