@lang('app.edit') @lang('menu.newDeal')
×
@csrf @method('PUT')
@lang('app.image')
* @lang('app.image resolution 800×547px')
@lang('app.location')
*
@foreach ($locations as $location)
id == $newDeals->location_id) selected @endif value="{{ $location->id }}">{{ $location->name }}
@endforeach
@lang('app.link')
*
@lang('app.status')
*
status=='active') selected @endif value="active"> @lang('app.active')
status=='inactive') selected @endif value="inactive"> @lang('app.inactive')