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

flag {{ $title }}

{{ trans('company.company_name') }} {{ trans('company.contact_person') }} {{ trans('company.phone') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @stop