@if (isset($fee_struct) && !empty($fee_struct))
Update Fee Structure
@elseAdd New Fee Structure
@endif @if (Session::has('message')){{ Session::get('message') }}
@endif
@if (Session::has('error'))
{{ Session::get('error') }}
@endif