@extends('admin.layout') @section('content')
Fee Configuration

Changes take effect immediately for all new bookings.

@csrf @foreach($fees as $key => $fee)
@if($fee->description) {{ $fee->description }} @endif
@endforeach
@endsection