@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('All Popups')}} @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('All Popups')}}

@php $b=0; @endphp @foreach($all_popup as $key => $popup) @php $b++; @endphp @endforeach
×
@endsection @section('script') @endsection