@extends('layouts.master') @section('css') {{-- --}} @endsection @section('content')

Edit Student

@if(isset($student->photo)) @else @endif

{{ method_field('PUT') }} @csrf
Personal
kelamin == 'L')? 'checked' : '' }} required> kelamin == 'P')? 'checked' : '' }} required>
@php $agama = [ ['key'=> 'I', 'value'=>'Islam' ], ['key'=> 'K', 'value'=>'Kristen' ], ['key'=> 'KH', 'value'=>'Khatolik' ], ['key'=> 'H', 'value'=>'Hindu' ], ['key'=> 'B', 'value'=>'Budha' ], ] @endphp
Kontak
Akademik
is_pindahan == true)? 'checked' : '' }}>
is_MEN == true)? 'checked' : '' }}>
is_MSR == true)? 'checked' : '' }}>
is_promote == true)? 'checked' : '' }}>
@php $status = [ ['key'=> 'notactive', 'value'=>'Not Active' ], ['key'=> 'active', 'value'=>'Active' ], ['key'=> 'cancelled', 'value'=>'Cancelled' ], ['key'=> 'graduated', 'value'=>'Graduated' ], ] @endphp
{{--
Parents

--}} {{--
--}}
Account
@endsection @section('js') @endsection