@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('All Popups')}} @endsection @section('content')

{{__('All Popups')}}

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