@extends('layouts.admin') @section('header-content') @endsection @section('content')

Opening Balance:({{$detail->oppening_balance}})

Current Balance:({{$detail->balance}})

@if($get_just_recordes->type == "shop_sale") @endif @if($get_just_recordes->type == "shop_recovery") @endif @foreach($get_just_recorde as $key=> $list) @endforeach
DateSaleRecovery
{{$list->date}} {{$list->amount}}

@endsection @section('footer-content') @endsection