@extends('admin.layout.layout') @section('content') Students
{{ $title }}
Back
@if ($errors->any()) @endif @if (Session::has('error_message')) @endif
@csrf
@if(!empty($employeedata['image'])) View Photo @endif
@if(isset($employeedata['status']) && $employeedata['type']!='admin')
@else
@endif
@endsection