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

thumb_up {{ $title }}

{{ trans('table.id') }} {{ trans('customer.title') }} {{ trans('customer.full_name') }} {{ trans('customer.job_position') }} {{ trans('company.company_name') }} {{ trans('customer.email') }} {{ trans('customer.phone') }} {{ trans('customer.mobile') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop