@extends('layouts.main') @push('styles') @endpush @section('content')
Export data to Copy, CSV, Excel, PDF & Print
| Name | Buying Price | Insurance Status | Non Insured Price | Insured Price | Account Name | ||
|---|---|---|---|---|---|---|---|
| {{ $record['name'] }} | {{ ugandan_shillings($record['buying_price']) }} | @if ($record['insurance']) Yes @else No @endif | {{ ugandan_shillings($record['non_insured_price']) }} | {{ ugandan_shillings($record['insured_price']) }} | {{ $chart_of_accounts[$record['account_id']] }} | Edit | {{ Form::model($record['id'] ,['method' => 'DELETE', 'route' => ['opticals.destroy', $record['id']]]) }} {{ Form::close() }} |
| No records available | |||||||