@extends('layouts.master') @section('title',__('All Promotion Settings')) @section('breadcum') @endsection @section('maincontent')
{{ __('Add Promotion Settings Block') }}
{{__("Promotion Settings")}}
@if ($home_blocks) @foreach ($home_blocks as $key => $home_block) @endforeach @endif
#
{{__('Movie')}} {{__('Tv Series')}} {{__('Active')}} {{__('Actions')}}
{{-- {{$key+1}} --}}
{{$home_block->movie ? $home_block->movie->title : '-'}} {{$home_block->tvseries ? $home_block->tvseries->title : '-'}} {{$home_block->active == 1 ? __('Active') : __('Deactive')}}
@endsection @section('script') @endsection