@extends('admin.layout.master') @section('content') Kategoriler Kategori Bilgilerini Güncelle @if(Auth::user()->authorized == 1 OR Auth::user()->update == 1) Kategori Bilgilerini Güncelle {!! csrf_field() !!} @if($category->image != "") Mevcut Görsel : @endif Resim : Başlık : Kategori Açıklaması : {{ $category->text }} Bilgileri Güncelle @endif @section('css') @stop @section('js') @stop @stop