@extends('layouts.admin') @section('title', 'Edit Personel') @section('content')

✏️ Edit Personel

@if ($errors->any())
@endif
@csrf @method('PUT')
@if ($personel->photo_url) Foto Personel @endif
@endsection