@extends('layouts.app') @section('title', 'Ubah Kandidat') @section('content')

Admin / Kandidat / Ubah Kandidat

Detail Ubah Kandidat
Kembali
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@if($candidate->photo_path) Photo @endif
@error('photo')
{{ $message }}
@enderror
@error('sort_order')
{{ $message }}
@enderror
is_active))>
@error('vision_mission')
{{ $message }}
@enderror
Batal
@endsection