@extends('theme.layouts.home') @section('title', isset($seo) ? $seo->title : 'Teem') @section('description', isset($seo) ? $seo->description : 'Everything we do, we believe in empowering the small business community. The way we do that is by helping them run their business professionally through our online business management tool') @section('keywords', isset($seo) ? $seo->keywords : 'Teem') @section('content')
@include('theme.home.tap-payment-page')

{{ trans('front_pages.features_page.keep_a_client_database') }}

{{ trans('front_pages.features_page.keep_a_client_database_message') }}

Dashbaord

{{ trans('front_pages.features_page.create_custom_contracts_and_proposals') }}

{{ trans('front_pages.features_page.create_custom_contracts_and_proposals_message') }}

Clients

{{ trans('front_pages.features_page.manage_your_invoices_and_quotations') }}

{{ trans('front_pages.features_page.manage_your_invoices_and_quotations_message') }}

Proposals

{{ trans('front_pages.features_page.track_your_expenses') }}

{{ trans('front_pages.features_page.track_your_expenses_message') }}

Quotations
@section('footer') @include('theme.layouts.partials.landing-footer') @show
@include('theme.home.new-sign-up')
@endsection