@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content') @include('flash::message')
{{trans('table.back')}}

event_seat {{ $title }}

{{ trans('table.id') }} {{ trans('opportunity.opportunity_name') }} {{ trans('opportunity.stages') }} {{ trans('opportunity.expected_revenue') }} {{ trans('opportunity.probability') }} {{ trans('company.company_name') }} {{ trans('lead.agent_name') }} {{ trans('salesteam.sales_team_id') }} {{ trans('salesteam.main_staff') }} {{ trans('opportunity.next_action') }} {{ trans('opportunity.expected_closing') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop