@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('All Popups')}} @endsection @section('content')
|
{{__('ID')}} | {{__('Name')}} | {{__('Type')}} | {{__('Created At')}} | {{__('Action')}} | @foreach($popup as $data)
---|---|---|---|---|---|
|
{{$data->id}} | {{$data->name}} | {{ucwords(str_replace('_',' ',$data->type))}} | {{date("d - M - Y", strtotime($data->created_at))}} | only_image,'full',false); $image_url = !empty($image_url) ? $image_url['img_url'] : ''; @endphp data-imageurl="{{$image_url}}" @php $bg_image_url = get_attachment_image_by_id($data->background_image,'full',false); $bg_image_url = !empty($bg_image_url) ? $bg_image_url['img_url'] : ''; @endphp data-background_image="{{$bg_image_url}}" data-button_text="{{$data->button_text}}" data-button_link="{{$data->button_link}}" data-btn_status="{{$data->btn_status}}" data-offer_time_end="{{$data->offer_time_end}}" > |