@extends('layouts.master') @section('title') {{$department->title}} @endsection @section('content')
{!! $department->details !!}