@extends('layouts.manage') @section('title') @lang('Add New Deal') @endsection @section('page-header-title') @lang('Add New Deal') @lang('View Deals') @endsection @section('page-header-description') @lang('Add New Deal') @lang('Go Back') @endsection @section('styles') @endsection @section('scripts') @endsection @section('content') @include('partials.manage.deals.create') @endsection