@extends('layouts.app', ['title' => __('User Profile')]) @section('content') @include('users.partials.header', [ 'title' => 'Call Rate', ])
{{-- --}}

{{$edit->name}}

Code: +{{$edit->dialcode}}

{{ __('Edit Call Rate') }}

@csrf
{{ __('Country information') }}
@if (session('status')) @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{-- @include('layouts.footers.auth') --}}
@endsection