@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Employee Document HR Management Employee Document Edit Edit Employee Document Employee @foreach($employee as $row) {{$row->name}} @endforeach Document Name Description {{$docrow->description}} Attachment Submit Cancel @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop