@extends('backend.layout.master') @include('backend.kids.add-student-css') @section('content')

Edit Students

@csrf
photo_restriction == 1) checked="" @endif name="photo_restriction" value="1">
@foreach($parents as $addonParent)
{{ $addonParent->relation_type }}

{{ $addonParent->first_name .' '.$addonParent->last_name }}
{{ $addonParent->phone }}
{{ $addonParent->email }}

@endforeach
@endsection @section('page_js') @include('backend.kids.add-student-js') @include('backend.kids.dropzonejs') @endsection