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

blur_linear {{ $title }}

{{----}}
{{ trans('lead.creation_date') }} {{ trans('lead.company_name') }} {{ trans('lead.agent_name') }}{{ trans('lead.product_name') }}{{ trans('lead.email') }} {{ trans('lead.phone') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @stop