@extends('dashboard.layouts.master') @section('title', __('backend.popups')) @section('content')
@if(@Auth::user()->permissionsGroup->add_status) @endif @if($Popups->total() == 0)
{{ __('backend.noData') }}
@endif @if($Popups->total() > 0)
{{Form::open(['route'=>'popupsUpdateAll','method'=>'post'])}}
{{ __('backend.popupTitle') }} {{ __('backend.showIn') }} {{ __('backend.status') }} {{ __('backend.options') }}