@extends('layouts.master') @section('css') @endsection @section('title') Fixed Asset Report @endsection @section('content')
{{ $ledger->name }}
Opening Stock : {{ $opening }}
voucher Date voucher Type voucher Number Transactions Inwards Outwards Running Balance
@endsection @section('script') @endsection