@extends('layouts.master') @section('title', 'Edit Student') @section('content')
@csrf @method('PUT')
@if ($student->photo) @endif
@php $em = json_decode($student->emergency_contact); @endphp
Dynamic Fields
@foreach ($student->dynamicFields as $field)
@endforeach
@endsection @push('js') @endpush