@extends('adminlte::page') @section('title', 'Add Deal') @section('css')
@endsection @section('content')
Add Deal
Home
Deals
Add Deal
Add Deal
@csrf
{{ __('Select Category Type') }}
Select Category Type
Product
Service
{{ __('Select Category') }}
Select Category
{{ __('Select Service') }}
Select Service
{{ __('Regular Listing') }}
{{ __('For business that has a physical address') }}
{{ __('Paid Listing') }}
{{ __('Banner') }}
{{ __('Offer') }}
{{ __('Listing') }}
{{--
--}} {{ __('Platinum') }}
{{--
--}} {{ __('Gold') }}
{{--
--}} {{ __('Silver') }}
{{--
--}} {{ __('3 Months') }}
{{--
--}} {{ __('6 Months') }}
{{--
--}} {{ __('12 Months') }}
{{ __('Title') }}
{{ __('Listing owner') }}
{{ __('Listing owner cannot change after creation') }}
{{ __('Phone') }}
{{ __('Youtube video id') }}
{{ __('State') }}
{{--
select region
--}} @foreach($regions as $region) @if($region->id != 1)
{{ $region->name }}
@endif @endforeach
{{ __('Country Wide') }}
{{ __('City') }}
@foreach($regions[0]->areas as $area)
{{ $area->name }}
@endforeach
{{--
{{ __('Postal Code') }}
--}}
{{ __('Address') }}
{{ __('Hide Address') }}
{{ __('(The address will hide from front business listing page except state and city.)') }}
{{ __('Select Listing Duration') }}
{{ __('Description') }}
{{ __('Website') }}
{{ __('Only URL allowed (include http:// or https://)') }}
{{ __('Facebook') }}
{{ __('Only URL allowed (include http:// or https://)') }}
{{ __('Twitter') }}
{{ __('Only URL allowed (include http:// or https://)') }}
{{ __('Upload Images') }}
{{ __('Add Images here') }}
{{ __('+') }}
{{ __('Submit') }}
@endsection @section('adminlte_js')
@endsection