@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))}} |
|