@extends('layouts.contentLayoutMaster') @section('title','Email Application') {{-- vendor style --}} @section('vendor-styles') @endsection {{-- page styles --}} @section('page-styles') @endsection {{-- sidebar page icluded --}} @include('pages.Admin.app-email-sidebar') @section('content')
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection @section('page-scripts') @endsection