@extends('layouts.master') @section('title'){{trans_choice('general.asset',1)}} {{trans_choice('general.type',2)}} @endsection @section('content')
{{trans_choice('general.name',1)}} | {{trans_choice('general.type',1)}} | {{ trans_choice('general.action',1) }} |
---|---|---|
{{ $key->name }} | @if($key->type=="current") {{trans_choice('general.current',1)}} {{trans_choice('general.asset',1)}} @endif @if($key->type=="fixed") {{trans_choice('general.fixed',1)}} {{trans_choice('general.asset',1)}} @endif @if($key->type=="intangible") {{trans_choice('general.intangible',1)}} {{trans_choice('general.asset',1)}} @endif @if($key->type=="investment") {{trans_choice('general.investment',1)}} {{trans_choice('general.asset',1)}} @endif @if($key->type=="other") {{trans_choice('general.other',1)}} {{trans_choice('general.asset',1)}} @endif |
|