@extends('layouts.app') @section('title','Onboard your company') @section('meta') @endsection @section('header') @include('front.partials.header') @endsection @section('content')
@include('front.partials.free_trial_black_bar') @endsection @section('footer') @include('front.partials.footer')
@endsection