@extends('admin.layout.layout') @section('content') Employees
{{ $title }}
Back
@if ($errors->any()) @endif @if (Session::has('error_message')) @endif
@csrf
@if(isset($groupdata['status']) && $groupdata['group']!='admin')
@else @endif
@endsection