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

Rates {{ isset($plan) ? 'for Plan: '.$plan->name : '' }}

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