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

Proje Kayıt Formu

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