@extends('template.master') @section('content')

Department List

@include('partials.message')
@foreach ($department as $service) @endforeach
SL Name Url Action
{{ $loop->index + 1 }} {{ $service->name ?? ''}} {{ $service->url ?? ''}}
@endsection