@extends('layout') @section('content') @php $disabled = 'disabled'; @endphp @if(!empty(Auth::user()->role) && Auth::user()->role == 'admin') @php $disabled = ''; @endphp @endif
{{ \Session::get('success') }}