{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@include("backend.master.directory.common_tab")
@include('backend.alerts')

Welcome to the My Contacts

It's time to expand our contacts.
Kickstart your contacts growth by adding your next contact.

Add Contact
@endsection @section('scripts') @include('backend.master.directory.comman_script') @endsection