@extends('admin.layout.layout') @section('content') Students
{{ $title }}
Back
@if ($errors->any()) @endif @if (Session::has('error_message')) @endif
@csrf
@if($employeedata->group->group_id=='4')
@endif
@if($employeedata->group->group_id!='4')
@endif
@if($employeedata->gender == '1') @php $gender = 'Male'; @endphp @else @php $gender = 'Female'; @endphp @endif
@if($employeedata->group->group_id!='4')
@endif @if($employeedata->group->group_id=='4')
@endif
@if($employeedata->group->group_id!='4')
@endif
Employee Photo
@endsection