@extends('layouts.main')
@push('nav_title')
Send Email Form
@endpush
@section('page_title')
{{$title}}
@endsection
@section('side_bar')
@include('layouts/side_bar')
@endsection
@section('profile')
@include('layouts/profile')
@endsection
@section('main_div')
Product Settings
@include('layouts.product_settings')
@endsection