@extends('admin.master',['menu'=>'fiat_withdraw', 'sub_menu'=>'currency_list']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
  • {{__('Currency Management')}}
  • {{ $title }}

{{ $title }}

@if(isset($items[0])) @foreach($items as $value) @endforeach @else @endif
{{__('Name')}} {{__('Code')}} {{__('Symbol')}} {{__('Rate')}} {{__('Status')}} {{__('Action')}}
{{ $value->name}} {{$value->code}} {{$value->symbol}} {{ $value->rate.' '.$value->code.' / USD' }}
{{__('No data found')}}
@endsection @section('script') @endsection