@extends('home_layout.master_sidebar') @section('breadcrumbs') @include('home_layout.breadcrumb', [ 'title' => 'Send Invite', 'breadcrumbs' => [ ['title' => 'Home', 'link' => '#'], ['title' => 'Contacts', 'link' => route('contacts.index')], ['title' => 'Send Invite', 'link' => ''] ] ]) @stop @section('content')