@extends('admin.layout.master') @section('content') Öğrenciler Öğrenci @if(Auth::user()->authorized == 1 OR Auth::user()->update == 1) Öğrenci Düzenle {!! csrf_field() !!} @if($designer->image != "") Mevcut Görsel : @endif Resim : Ad Soyad : Tanıtım : {{ $designer->text }} Bilgileri Güncelle @endif @section('css') @stop @section('js') @stop @stop