@extends('adminlte::page') @section('title', 'Add Deal') @section('css') @endsection @section('content') Add Deal Home Deals Add Deal Add Deal @csrf {{ __('Select category') }} @foreach ($categories->sortBy('name') as $category) {{ $category->name }} @endforeach {{ __('Select Service') }} @foreach($categories->sortBy('name')->first()->subCategories->sortBy('name') as $category) {{ $category->name }} @endforeach {{ __('Regular Listing') }} {{ __('For business that has a physical address') }} {{ __('Paid Listing') }} {{ __('Banner') }} {{ __('Offer') }} {{ __('Listing') }} {{-- --}} {{ __('Platinum') }} {{-- --}} {{ __('Gold') }} {{-- --}} {{ __('Silver') }} {{ __('Title') }} {{ __('Listing owner') }} {{ __('Listing owner cannot change after creation') }} {{ __('Phone') }} {{ __('Youtube video id') }} {{ __('Status') }} {{ __('Published') }} ... {{ __('State') }} @foreach($regions as $region) {{ $region->name }} @endforeach {{ __('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://)') }} {{ __('LinkedIn') }} {{ __('Only URL allowed (include http:// or https://)') }} {{ __('Upload Images') }} {{ __('Drop Images Here') }} {{ __('Submit') }} @endsection @section('adminlte_js') @endsection