@extends('user.layout') @section('title') {{__('message.Specialist')}} @stop @section('meta-data') @stop @section('content')

{{__('message.Specialist')}}

@foreach($department as $d) @endforeach
@stop @section('footer') @stop