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

thumb_up {{ $title }}

{{ trans('lead.creation_date') }} {{ trans('lead.opportunity') }} {{ trans('lead.contact_name') }} {{ trans('lead.country') }} {{ trans('lead.email') }} {{ trans('lead.phone') }} {{ trans('lead.sales_team') }} {{ trans('lead.priority') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @stop