@extends ('../welcome')
@section('content')
user()->type == 'admin' || auth()->user()->role->hasPermission('phases-archive-export') ? 'example1' : 'nonExport' }}
class="table table-bordered table-striped">
| ID |
Phase Name |
Project Name |
Created Date |
Created Time |
Restore |
@foreach ($phases as $phase)