@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
Charges
@if(Session::has('message')) @endif

Assigned List

{{-- --}}
@foreach ($Charges as $item) @endforeach
S.no Sub Catgory Name Charges Currency Update Price Update Currency
{{ $loop->index+1 }}
@csrf
{{ $item->charges->price }} {{ $item->charges->currency }}
@csrf
@endsection @section('scripts') @endsection