@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content') @include('s_or_e_alert')

flag {{ $title }}

{{--
--}}
@php $s = $_GET['s'] ?? null; @endphp
@foreach ($smes as $sme) @endforeach
ID Company Name CUI Email Comments Actions
{{ $sme->id }} {{ $sme->name }} @if (strtolower($sme->status) == 'new') {{ ($sme->status) }} @else {{ ($sme->status) }} @endif {{ $sme->cui }} {{ $sme->email }} {{ $sme->comments }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ $smes->links() }}
@stop {{-- Scripts --}} @section('scripts') @stop