@extends('layouts.app') @section('content')
{{ $pageName??'' }}
@if ($errors->any()) @endif
@csrf
From Price Range To Price Range No fo Coin


@if($data) @foreach($data as $data_item) @endforeach @endif
Coin Price From Price Range To Price Range No fo Coin Action
{{ $data_item->coin_price??'' }} {{ $data_item->from_price_range??'' }} {{ $data_item->to_price_range??'' }} {{ $data_item->no_of_coin??'' }}
@csrf @method('DELETE')
@endsection @section('script') @endsection