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

Sayfa Kayıt Formu

Sayfa Kayıt Formu

Aşağıdaki form aracılığıyla sayfa kaydı yapabilirsiniz. Sayfanızın görsel bütünlüğü için lütfen tüm alanları doldurun.

@if($errors->any()) @endif @if(session()->has('success')) @endif
@if(!empty($sayfa->id)) @php $routelink=route('admin.sayfa.update',$sayfa->id); @endphp @else @php $routelink=route('admin.sayfa.store'); @endphp @endif
@csrf @if(!empty($sayfa->id)) @endif
{{-- asdaissssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss--}} {{-- asdaissssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss--}}
@php $durum=$sayfa->durum ?? '1'; @endphp
@if($sayfa && $sayfa->resim) Ürün Resmi @endif
@endsection @section('ck') @endsection