@extends('admin/layouts/default') {{-- Page title --}} @section('title') Contacts @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Contact List

Add New Contact
@include("admin.layouts.crm.list_contacts")
@stop {{-- page level scripts --}} @section('footer_scripts') @stop