@extends('layouts.app') @section('content') @include('layouts.headers.cards')

Call Rates

Update Rates
@if (session('status')) @endif @foreach($call_rate as $value) @endforeach
# Name Dial Code Cost-$ Call Rate Flag Action
{{$value->id}} {{$value->name}} {{$value->dialcode}} {{$value->cost}} {{$value->call_rate}} {{--
--}} {{-- @csrf--}} Edit {{--
--}}
@endsection @push('js') @endpush