@extends('layouts.admin.app') @section('content')
@include('include.alert')
@if(Auth::user()->role != 'viewer')
Add
@endif
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach($data as $value) {{-- --}} {{-- --}} {{-- --}} @endforeach
Client TITLE operating unitprojectareadivisionman hoursstatus active ACTION
{{ $count++ }} {{ App\Models\Client::find($value->client_id )->name }} {{ $value->title }} {{ $value->operating_unit }} {{ $value->project }} {{ $value->area }} {{ $value->division }} {{ $value->man_hours }} {{ $value->status == 1 ? 'Completed' : 'On-going' }} {{ $value->active == 1 ? 'Active' : 'Inactive' }} @if(Auth::user()->role != 'viewer') Edit {{-- | Delete --}} @else No Action @endif
{{-- @foreach($data as $value) @include('module.story.update') @endforeach --}} @endsection @section('js') @endsection