@extends('layouts.admin.app') @section('content')
@include('include.alert')
@if(Auth::user()->role != 'viewer')
Add Project
@endif
{{-- --}} @foreach($data as $value) @endforeach
NAME IMAGE ACTION
{{ $value->title }} @if(Auth::user()->role != 'viewer') {{-- --}} Edit | Delete @else No Action @endif
{{-- @foreach($data as $value) @include('module.project.update') @endforeach --}} @stop @section('js') {{-- --}} @stop