{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
{!!Helper::getListAddBtn(route("case_notes.create"),"Add Case Note")!!}
@include("backend.alerts") {!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection