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

flag {{ $title }}

{{ trans('table.id') }} {{ trans('company.company_name') }} {{ trans('company.phone') }} {{ trans('company.mobile') }} {{ trans('company.country') }} {{ trans('company.state') }} {{ trans('company.city') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop