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

department Manage

@if(count($department)>0) @foreach($department as $key=>$value) @endforeach @else @endif
Sno Name Action
{{$key+1}} {{$value->Department}}
Data not Found
@endsection @section('scripts') @endsection