@extends('admin.layout.master') @section('content') Popup Popup Bilgilerini Güncelle @if(Auth::user()->authorized == 1 OR Auth::user()->update == 1) Kategori Düzenle {!! csrf_field() !!} @if($popup->image != "") Mevcut Görsel : @endif Popup Görseli : Popup Başlığı : Popup İçeriği : {{ $popup->text }} Popup Linki : Mevcut Gösterim : Yazı Göster Resim Göster Durum : Pasif Aktif Bilgileri Güncelle @endif @section('css') @stop @section('js') @stop @stop