@extends('layouts.master') @section('title') {{ __('upload_profile') }} @endsection @section('content')
@csrf
{{ __('id') }} {{ __('no.') }} {{ __('image') }} {{ __('User Id') }} {{ __('name') }} {{ __('roll_no') }} {{ __('gender') }} {{ __('guardian') }} {{ __('image') }} {{ __('guardian_user_id') }} {{ __('image') }} {{ __('guardian') . ' ' . __('email') }} {{ __('guardian') . ' ' . __('name') }} {{ __('guardian') . ' ' . __('mobile') }} {{ __('guardian') . ' ' . __('gender') }} {{ __('student') . ' ' . __('profile') }} {{ __('guardian') . ' ' . __('profile') }}
@endsection @section('js') @endsection