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

{{ $title }}

{{ trans('call.date') }} {{ trans('call.summary') }} {{ trans('call.duration') }} {{ trans('call.company_name') }} {{ trans('salesteam.main_staff') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop