@extends('layouts.app') @push('styles') @endpush @section('content')
@csrf @error('id')
{{ $message }}
@enderror
Welcome to the Policy Center
Select
@foreach($policies as $policy)
{{ $policy->user_name }} {{ $policy->group }} {{ $policy->category }} {{ $policy->name }} {{ $policy->description }} {{ date("M d, Y", strtotime($policy->created_at)) }} @endforeach
@endsection @push('scripts') @endpush