section_is_exist == 0 ? "class='inactive'" : "" !!} >
| {!! $homePageSection->section_name !!} |
@if(isset($category))
{{$homePageSection->category->category_name}} |
@endif
{!! ($homePageSection->name_show == 1) ? 'Yes' : 'No' !!} |
{!! $homePageSection->section_type !!} |
{!! $homePageSection->section_position !!} |
{!! $homePageSection->section_is_exist == 1 ? "Active" : "Inactive" !!} |
{!! $homePageSection->updatedByUser->name !!} |
{!! \Carbon\Carbon::parse($homePageSection->updated_at)->format('d-m-Y g:i a') !!} |
@if(isset($category))
Edit
@else
Edit
@endif
|
@endforeach
@endif