@extends('admin/layouts/layoutMaster') @section('title', 'Update Passport') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
Update Student Passport
@if(session()->has('errors')) @endif @if(session()->has('success')) @endif
@csrf
Name: {{$user->surname.' '.$user->other_names}}
Email:
Reg No.: {{$user->reg_number}}
avatar)style="display:none;" @endif class="bm-2">
Back
@endsection