@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Story Backgrounds')}}
{{__('Create new')}}
@foreach ($backgrounds as $background) @endforeach
{{__('Photo')}} {{__('Status')}} {{__('Action')}}
open_with {{$background->is_active ? __('Active') : __('Inactive')}} {{$background->is_active ? __('Deactive') : __('Active')}} @if ($background->canDelete()) {{__('Delete')}} @endif
@stop @push('scripts-body') @endpush