@extends('shaun_core::admin.layouts.master') @section('content')
| {{__('Photo')}} | {{__('Status')}} | {{__('Action')}} | @foreach ($backgrounds as $background)|
|---|---|---|---|
|
|
{{$background->is_active ? __('Active') : __('Inactive')}} | {{$background->is_active ? __('Deactive') : __('Active')}} @if ($background->canDelete()) {{__('Delete')}} @endif |