@extends('backend.layouts.master') @section('title') {{-- {{ $title }} --}} @endsection @section('styles') @endsection @section('navbar-content')
| Coin Type | From | To | Amount | charge | purpose | Date | |
|---|---|---|---|---|---|---|---|
| {{ $value->coin->name }} | {{ $value->from }} | {{ $value->to }} | @if ($value->from == $id)- {{ $value->amount }} | @elseif($value->to == $id)+ {{ $value->amount }} | @endif{{ $value->charge }} | {{ $value->purpose }} | {{ $value->_date }} |