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

web {{ $title }}

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