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

flag {{ $title }}

{{--
--}}
{{-- --}} {{-- --}} @foreach ($smes as $sme) @endforeach
{{ trans('table.id') }} {{ trans('company.name') }} {{ trans('company.email') }} {{ trans('company.cui') }}{{ trans('company.country') }} {{ trans('company.state') }} {{ trans('company.city') }}{{ trans('table.actions') }}
{{ $sme->name }} {{ $sme->cui }} {{ $sme->email }} {{ $sme->comments }}
{{ $smes->links() }}
@stop {{-- Scripts --}} @section('scripts') @stop