@extends('admin.layout.master') @section('body')

{{$page_title}}

@foreach($withdarws as $k=>$data) @endforeach
SL Name Amount Charge Processing Time Status Action
{{++$k}} {{$data->name}} {{$data->withdraw_min}} - {{$data->withdraw_max}} {{$basic->currency}} {{$data->fix}} + {{$data->percent}}% {{$data->duration}} Days @if($data->status == 1) Active @else DeActve @endif
@endsection