@extends('layouts.master') @section('title') Upgrade Rates @endsection @section('content.header.title') Upgrade Rates @endsection @section('content.header.info') Manage upgrade rates here. @endsection @section('content')
@foreach($upgrades as $upgrade) @endforeach
Upgrade From Upgrade To Rate
{{$upgrade->from_name}} {{$upgrade->to_name}}
@method('PUT') @csrf
$
@endsection('content')