@extends('layouts.app') @section('content')
@include('layouts.left-menu')

Edit Student

@include('session-messages')
@csrf
Parents' Information
@include('layouts.footer')
@include('components.photos.photo-input') @endsection