@if(session('success'))
{{ session('success') }}
@endif
@if($modelPricing->count() > 0) @foreach($modelPricing as $model) @endforeach
Provider Model Input Price Output Price Status Actions
{{ $model->provider }} {{ $model->model }} {{ $model->input_price_formatted }} {{ $model->output_price_formatted }} @if($model->is_active) Active @else Inactive @endif Edit
@csrf @method('DELETE')
{{ $modelPricing->links() }}
@else

No model pricing found

Get started by adding a new model pricing.

@endif