@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Assets Issued HR Management Assets Issued Add New Assets Issued Employee Name Select Employee... @foreach ($employee as $row) {{ $row->name }} @endforeach Asset Name Description Issue Date Submit Cancel @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop