@extends('layouts.main') @push('styles') @endpush @section('content')
Export data to Copy, CSV, Excel, PDF & Print
| Name | Price | Insurance Status | Account Name | |
|---|---|---|---|---|
| {{ $record->name }} | {{ $record->buying_price }} | @if ($record->insurance) Yes @else No @endif | {{ $chart_of_accounts[$record->account_id] }} | {{ Form::model($record->id ,['method' => 'POST', 'route' => ['eye_glasses.activate', $record->id]]) }} {{ Form::close() }} |