@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@if(Session::has('errors'))
{{ Session::get('errors') }}
@endif
| Settings Name |
Settings Value |
Action |
@if(!$setting->isEmpty())
@foreach($setting as $val)
| {{ ucwords(str_replace("_"," ",$val->keyword)) }} |
{{ ucwords($val->value) }} |
|
@endforeach
@endif