@extends('admin.layouts.master') @section('ckcssblog') @endsection @section('ek_css') @endsection @section('content')

Blog Kayıt Formu

@if($errors->any()) @endif @if(session()->has('success')) @endif
@if(!empty($blog->id)) @php $routelink=route('admin.blog.update',$blog->id); @endphp @else @php $routelink=route('admin.blog.store'); @endphp @endif
@csrf @if(!empty($blog->id)) @endif
@php $durum=$blog->durum ?? '1'; @endphp
@if($blog && $blog->resim) Ürün Resmi @endif
İptal Et
@section('ek_script') @endsection @section('ckhizmet') @endsection @endsection