@extends('parts.container') @section('styles') @endsection @section('content')
@if(session('success')) @endif @if(session('error')) @endif
@foreach($currencies as $currency) @endforeach
Name Code Symbol Buying Rate Selling Rate Is Base Currency Actions
{{ $currency->name }} {{ $currency->code }} {{ $currency->symbol }} {{ $currency->buying_rate }} {{ $currency->selling_rate }} {{ $currency->isBaseCurrency ? 'True' : 'False' }}
@csrf
@endsection @section('scripts') @endsection