@extends('panel.layouts.master') @section('content')
تاریخچه
@if (!$histories->isEmpty()) @foreach ($histories as $item) @php $type = App\Models\Commission::TYPE[$item->type] ?? ''; $color = 'danger'; $icon = ''; $word = 'از'; if ($item->type == 'increase') { $color = 'success'; $icon = ''; $word = 'به'; } @endphp @endforeach @else

تاریخچه موجود نمی باشد!

@endif
@endsection