@extends('layouts.admin') @section('content')
@include('elements.admin-breadcrumb')
@include('elements.alert-error')
@csrf @if (isset($student)) @method('PUT') @endif
{{-- --}}
@if ($student && $student->profile_picture) Current Photo @endif
status : 1) == 1 ? 'checked' : '' }}>
Cancel
@endsection @section('scripts') @endsection