Assets Issued List
| # | Employee Name | Asset Name | Status | ||
|---|---|---|---|---|---|
| {{$row->id}} | {{ $row->employee }} | {{ $row->name }} |
|
|
@extends('layouts/default')
{{-- Page title --}}
@section('title')
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
Assets Issued
{{ Session::get('message') }}
| # | Employee Name | Asset Name | Status | ||
|---|---|---|---|---|---|
| {{$row->id}} | {{ $row->employee }} | {{ $row->name }} |
|
|