@extends('Dashboard.layouts.master') @section('title','Phase | List') @section('css') @endsection @section('content')
@if(count($phases) == 0) @endif @foreach ($phases as $key => $phase) @endforeach
No. title slug Status Color text Color Order Created at Actions
No data Found
{{ ++$key }} {{ $phase->title }} {{ $phase->slug }}
{{ $phase->status == 1 ? __('forms.enabled') : __('forms.disabled') }}
{{ $phase->order }} {{ Helper::change_timezone($phase->created_at) }} {{-- @can('phases-update')--}} {{-- --}} {{-- --}} {{-- {{__('forms.edit')}}--}} {{-- --}} {{-- --}} {{-- @endcan--}} {{-- @can('phases-delete')--}} {{--
@csrf @method("DELETE")--}} {{-- --}} {{--
--}} {{-- @endcan--}}
Action
@endsection @section('scripts') @endsection