@extends('layouts.app')
@section('content')
@auth
@if(auth()->user()->email === 'donar@sample.com')
@endif
Upload Guidelines
Existing Guidelines
@foreach($guidelines as $g)
-
{{ $g->title }} ({{ $g->content_type }})
@if($g->file_path)
View
@endif
@endforeach
@endauth
@endsection