@extends('pages.profile_page') @section('content') @if (auth()->user()->admin == 'true')
@else
404 error

Locked access

You do not have permission to see this page...

← Back
@endif @endsection