@extends('admin.layouts.master') @section('styles') @endsection @section('contents')

Employee Manage

@csrf
@if(count($employee)>0) @foreach($employee as $key=>$value) @endforeach @else @endif
Title Name Department Designation Email Mobile Other Details Action
{{$value->title}} {{$value->name}} {{$value->department}} {{$value->designation}} {{$value->email}} {{$value->mobile}} Other Details
Data not Found
@endsection @section('scripts') @endsection