@extends('back.layouts.main') @section('title' , 'View Shops balance transaction '.$model->id) @section('content')
Shop | {{$model->shop_id}} |
---|---|
Order | {{$model->order_id}} |
Amount | {{$model->amount}} |
Operation | {{$model->operation}} |
Admin | {{$model->admin_id}} |