@extends('layouts.backend') @section('styles') @endsection @section('page-header')

Policies

Add Policy
@endsection @section('content')
@if(!empty($policies->count())) @foreach ($policies as $policy) @endforeach @endif
Policy Name Department Description Created Action
{{$policy->name}} {{$policy->department->name}} {{$policy->description}} {{date_format(date_create($policy->created_at),"d M Y")}}
@endsection @section('scripts') @endsection