@extends('backend.school_admin.layout_app') @section('page_cs') @endsection @section('content')
{!! csrf_field() !!}

Basic Information

@if(isset($data['student_info']->student_photo) && $data['student_info']->student_photo)
@else @endif
NOTE! Image size 300x300 preferable.
@endsection @section('page_js') @endsection