@extends('layouts.master') @section('content')
@if ($user->roles()->withoutGlobalScopes()->first()->hasPermission('create_deal')) @endif
# @lang('app.image') @lang('app.title') @lang('app.startOn') @lang('app.expireOn') @lang('app.originalPrice') @lang('app.dealPrice') @lang('app.dealUsage') @lang('app.location') @lang('app.status') @lang('app.action')
@endsection @push('footer-js') @endpush