Compare commits

..

1 Commits

Author SHA1 Message Date
tribikram 5bd3977168 [edit] visa services page 2 years ago
  1. 25
      app/Http/Controllers/Admin/ServiceController.php
  2. 6
      app/Http/Controllers/Admin/SettingController.php
  3. 18
      app/Http/Controllers/HomeController.php
  4. 27
      app/Http/Controllers/RecruitmentController.php
  5. 47
      app/Http/Requests/ContactRequest.php
  6. 51
      app/Http/Requests/Recruitment/ApplyRequest.php
  7. 45
      app/Http/Requests/Recruitment/VacancyRequest.php
  8. 14
      app/Models/User.php
  9. 1
      composer.json
  10. 152
      composer.lock
  11. 32
      database/migrations/2022_12_15_060949_add_banner_image_to_services_table.php
  12. BIN
      public/frontend/.DS_Store
  13. 144
      public/frontend/css/style.css
  14. BIN
      public/frontend/icons/business-icon.png
  15. 12
      public/frontend/icons/contact-call-icon.svg
  16. 18
      public/frontend/icons/contact-location-icon.svg
  17. 14
      public/frontend/icons/contact-mail-icon.svg
  18. 4
      public/frontend/icons/efficiency.svg
  19. BIN
      public/frontend/icons/location-address.png
  20. 4
      public/frontend/icons/recruitment-icon.svg
  21. BIN
      public/frontend/images/education-banner.png
  22. BIN
      public/frontend/images/education-image.png
  23. BIN
      public/frontend/images/footer-logo.png
  24. BIN
      public/frontend/images/immigration-lawyers.png
  25. BIN
      public/frontend/video/aplus-video.mp4
  26. BIN
      public/images/news_and_update/2022/12/15/1c623d329a88526a0e6c9a1c65c4201a.png
  27. BIN
      public/images/news_and_update/2022/12/15/1e5eb434d1a0d772e0c1e04c6f3d0848.png
  28. BIN
      public/images/news_and_update/2022/12/15/4cd43853a326fc48bdc8c9fafe4851b6.jpg
  29. BIN
      public/images/news_and_update/2022/12/15/6db3c9959ce9472803ed24a3a616802b.png
  30. BIN
      public/images/news_and_update/2022/12/15/6e202219a93f6179e59e8d976435f717.png
  31. BIN
      public/images/news_and_update/2022/12/15/9caf5be0962aaef8151d401fb0839184.jpg
  32. BIN
      public/images/news_and_update/2022/12/15/abdb738701400157cf77054d493a9cac.png
  33. BIN
      public/images/news_and_update/2022/12/15/bdfccdb83d9e915311acd92adb682842.jpg
  34. BIN
      public/images/news_and_update/2022/12/15/d129e1089ee4f087db233b13eb11afc8.png
  35. BIN
      public/images/news_and_update/2022/12/15/e9bfc0178a5e6e1571180ed05e67a1ca.png
  36. BIN
      public/images/news_and_update/2022/12/15/f335d87b9f462ff7464a74a73cfa5ff1.jpg
  37. BIN
      public/images/service/2022/12/15/7ee63ac55571351c498963fda36f2b88.png
  38. BIN
      public/images/service/2022/12/15/f409d58f5e522b54f1cee39159c31b8d.png
  39. BIN
      public/images/setting/2022/12/19/0bbb0976296e9b3fbf837daf11eef710.mp4
  40. BIN
      public/images/setting/2022/12/19/2dc81f8245560daabc3e6a353882ded7.mp4
  41. BIN
      public/images/setting/2022/12/19/48adb760f31b1728c0c23f7255679de1.mp4
  42. BIN
      public/images/setting/2022/12/19/5a1ceb44ae488b7d38efa296bb056f6f.mp4
  43. BIN
      public/images/setting/2022/12/19/6925976fe804324d62d964c8ce427cb6.mp4
  44. BIN
      public/images/setting/2022/12/19/96698ba315964c6b38416dea45d8a18c.mp4
  45. BIN
      public/images/setting/2022/12/19/e61fd82c1b170ee9086362c36d215cca.mp4
  46. BIN
      public/images/setting/2022/12/20/b03ddd2c5eb83515967be35fcf4ed8bd.mp4
  47. BIN
      public/images/testimonial/2022/12/06/07cc1afdbbe6c98fd67eefa227c746e2.jpeg
  48. BIN
      public/images/testimonial/2022/12/06/f9b27f203e5a9d44412c6b70510bbc3d.png
  49. BIN
      public/images/visa_service/2022/12/15/ad22be303de49654d7d0e0535a0c3999.png
  50. 6
      resources/views/about.blade.php
  51. 12
      resources/views/admin/news_and_update/create.blade.php
  52. 6
      resources/views/admin/service/create.blade.php
  53. 14
      resources/views/admin/service/edit.blade.php
  54. 4
      resources/views/admin/visa_service_section/create.blade.php
  55. 4
      resources/views/admin/visa_service_section/edit.blade.php
  56. 26
      resources/views/am_chef.blade.php
  57. 40
      resources/views/contact.blade.php
  58. 6
      resources/views/insurance.blade.php
  59. 22
      resources/views/labor_agreement.blade.php
  60. 92
      resources/views/layout/app.blade.php
  61. 16
      resources/views/need_chef.blade.php
  62. 4
      resources/views/news.blade.php
  63. 83
      resources/views/news_detail.blade.php
  64. 43
      resources/views/pathway_programme.blade.php
  65. 19
      resources/views/recruitment.blade.php
  66. 12
      resources/views/service_detail.blade.php
  67. 14
      resources/views/service_view.blade.php
  68. 10
      resources/views/services.blade.php
  69. 53
      resources/views/welcome.blade.php
  70. 2
      storage/debugbar/.gitignore

@ -103,15 +103,6 @@ class ServiceController extends Controller
$out_put_path = User::save_image(\request('image'),$extension,$count,$image_folder_type); $out_put_path = User::save_image(\request('image'),$extension,$count,$image_folder_type);
is_array($out_put_path) ? $service->image = $out_put_path[0] : $service->image = $out_put_path; is_array($out_put_path) ? $service->image = $out_put_path[0] : $service->image = $out_put_path;
} }
if($request->hasFile('banner_image')){
$extension = \request()->file('banner_image')->getClientOriginalExtension();
$image_folder_type = array_search('service',config('custom.image_folders')); //for image saved in folder
$count = rand(100,999);
$out_put_path = User::save_image(\request('banner_image'),$extension,$count,$image_folder_type);
is_array($out_put_path) ? $service->banner_image = $out_put_path[0] : $service->banner_image = $out_put_path;
}
if($service->save()){ if($service->save()){
@ -224,22 +215,6 @@ class ServiceController extends Controller
is_array($out_put_path) ? $service->image = $out_put_path[0] : $service->image = $out_put_path; is_array($out_put_path) ? $service->image = $out_put_path[0] : $service->image = $out_put_path;
}
if($request->hasFile('banner_image')){
$extension = \request()->file('banner_image')->getClientOriginalExtension();
$image_folder_type = array_search('service',config('custom.image_folders')); //for image saved in folder
$count = rand(100,999);
$out_put_path = User::save_image(\request('banner_image'),$extension,$count,$image_folder_type);
if (is_file(public_path().'/'.$service->banner_image) && file_exists(public_path().'/'.$service->banner_image)){
unlink(public_path().'/'.$service->banner_image);
}
is_array($out_put_path) ? $service->banner_image = $out_put_path[0] : $service->banner_image = $out_put_path;
} }
if($service->update()){ if($service->update()){
Session::flash('success','Service has been successfully updated!'); Session::flash('success','Service has been successfully updated!');

@ -67,7 +67,7 @@ class SettingController extends Controller
$image_folder_type = array_search('setting',config('custom.image_folders')); //for image saved in folder $image_folder_type = array_search('setting',config('custom.image_folders')); //for image saved in folder
$count = rand(100,999); $count = rand(100,999);
$out_put_path = User::save_image(\request('value'),$extension,$count,$image_folder_type); $out_put_path = User::save_image(\request('value'),$extension,$count,$image_folder_type);
is_array($out_put_path) ? $image_path = $out_put_path[0] : $image_path = $out_put_path; $image_path = $out_put_path[0];
$setting->value = $image_path; $setting->value = $image_path;
} }
@ -126,7 +126,7 @@ class SettingController extends Controller
if(request('type') == array_search('Image',config('custom.setting_types'))){ if(request('type') == array_search('Image',config('custom.setting_types'))){
if(\request('value')){ if(\request('value')){
$this->validate($request,[ $this->validate($request,[
'value'=>'required|file|mimes:jpeg,png,jpg,pdf,mp4' 'value'=>'required|file|mimes:jpeg,png,jpg,pdf'
] ]
); );
@ -135,7 +135,7 @@ class SettingController extends Controller
$image_folder_type = array_search('setting',config('custom.image_folders')); //for image saved in folder $image_folder_type = array_search('setting',config('custom.image_folders')); //for image saved in folder
$count = rand(100,999); $count = rand(100,999);
$out_put_path = User::save_image(\request('value'),$extension,$count,$image_folder_type); $out_put_path = User::save_image(\request('value'),$extension,$count,$image_folder_type);
is_array($out_put_path) ? $image_path = $out_put_path[0] : $image_path = $out_put_path; $image_path = $out_put_path[0];
$setting->value = $image_path; $setting->value = $image_path;
} }
} }

@ -2,7 +2,6 @@
namespace App\Http\Controllers; namespace App\Http\Controllers;
use App\Http\Requests\ContactRequest;
use App\Models\NewsAndUpdate; use App\Models\NewsAndUpdate;
use App\Models\Service; use App\Models\Service;
use App\Models\AboutUs; use App\Models\AboutUs;
@ -42,14 +41,12 @@ class HomeController extends Controller
$partners = Partner::where('status',1)->get(); $partners = Partner::where('status',1)->get();
$phone = Setting::where(['key' => 'phone','status' => '1'])->first(); $phone = Setting::where(['key' => 'phone','status' => '1'])->first();
$video = Setting::where(['key' => 'video','status' => '1'])->first();
$email = Setting::where(['key' => 'email','status' => '1'])->first(); $email = Setting::where(['key' => 'email','status' => '1'])->first();
$address = Setting::where(['key' => 'address','status' => '1'])->first(); $address = Setting::where(['key' => 'address','status' => '1'])->first();
$visa_success = Setting::where(['slug' => 'visa-success','status' => '1'])->first(); $visa_success = Setting::where(['slug' => 'visa-success','status' => '1'])->first();
$visa_approved = Setting::where(['slug' => 'visa-approved','status' => '1'])->first(); $visa_approved = Setting::where(['slug' => 'visa-approved','status' => '1'])->first();
$partner_institution = Setting::where(['slug' => 'partner-institutions','status' => '1'])->first(); $partner_institution = Setting::where(['slug' => 'partner-institutions','status' => '1'])->first();
$employers = Setting::where(['key' => 'employers','status' => '1'])->first(); return view('welcome',compact('services','sliders','about_us','news_and_updates','testimonials','phone','email','address','partners','visa_success','visa_approved','partner_institution'));
return view('welcome',compact('services','sliders','about_us','news_and_updates','testimonials','phone','email','address','partners','visa_success','visa_approved','partner_institution','video','employers'));
} }
public function service(){ public function service(){
@ -79,15 +76,19 @@ class HomeController extends Controller
return view('accommodation',compact('accomodation')); return view('accommodation',compact('accomodation'));
} }
public function send_contact_mail(ContactRequest $request){ public function send_contact_mail(Request $request){
$this->validate(\request(),[ $this->validate(\request(),[
'fullname' => 'required',
'phone' => 'required',
'email' => 'required',
'service_id' => 'required|numeric',
'entered_captcha_code' => 'required|same:displayed_captcha_code'
]); ]);
$contact = new Contact(); $contact = new Contact();
$subject = htmlentities('Quick Enquiry'); $subject = 'Quick Enquiry';
$check = ''; $check = '';
if(isset($request['check'])){ if(isset($request['check'])){
$subject = htmlentities('Contact Enquiry'); $subject = 'Contact Enquiry';
$check = '1'; $check = '1';
} }
$name = ($request['firstname'] != null) ? ($request['firstname'].' '.$request['lastname']) : $request['fullname'] ; $name = ($request['firstname'] != null) ? ($request['firstname'].' '.$request['lastname']) : $request['fullname'] ;
@ -126,7 +127,6 @@ class HomeController extends Controller
$message->subject($subject); $message->subject($subject);
// $message->to('info@agilityhomecare.com.au', 'AgilityHomeCare')->subject($subject); // $message->to('info@agilityhomecare.com.au', 'AgilityHomeCare')->subject($subject);
$message->to('mahesh@extratechs.com.au', 'Extratech')->subject($subject); $message->to('mahesh@extratechs.com.au', 'Extratech')->subject($subject);
$message->to('suman@extratechs.com.au', 'Extratech')->subject($subject);
}); });

@ -6,15 +6,19 @@ use App\Models\Recruitment;
use App\Models\Applicant; use App\Models\Applicant;
use App\Models\User; use App\Models\User;
use Illuminate\Http\Request; use Illuminate\Http\Request;
use App\Http\Requests\Recruitment\ApplyRequest;
use App\Http\Requests\Recruitment\VacancyRequest;
class RecruitmentController extends Controller class RecruitmentController extends Controller
{ {
public function save_vacancy(VacancyRequest $request){ public function save_vacancy(Request $request){
$this->validate(\request(),[
'full_name' => 'required',
'company' => 'required',
'email' => 'required',
'no_of_position' => 'required',
'entered_captcha_code' => 'required|same:displayed_captcha_code'
]);
$recruitment = new Recruitment(); $recruitment = new Recruitment();
$subject = htmlentities('Recruitment Enquiry'); $subject = 'Recruitment Enquiry';
$recruitment->full_name = $request['full_name']; $recruitment->full_name = $request['full_name'];
$recruitment->company = $request['company']; $recruitment->company = $request['company'];
@ -51,8 +55,17 @@ class RecruitmentController extends Controller
return redirect()->back()->with(['msg' => 'Thank you! Your recruitment details have been recieved.']); return redirect()->back()->with(['msg' => 'Thank you! Your recruitment details have been recieved.']);
} }
public function apply(ApplyRequest $request){ public function apply(Request $request){
$this->validate(\request(),[
'full_name' => 'required',
'phone' => 'required',
'email' => 'required',
'file' => 'required',
'country' => 'required',
'has_visa_permit' => 'required',
'has_skill_assessed' => 'required',
'entered_captcha_code' => 'required|same:displayed_captcha_code'
]);
$recruitment = new Applicant(); $recruitment = new Applicant();
$subject = 'Applicant Enquiry'; $subject = 'Applicant Enquiry';

@ -1,47 +0,0 @@
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class ContactRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* Get the validation rules that apply to the request.
*
* @return array<string, mixed>
*/
public function rules()
{
return [
'fullname' => ['required'],
'phone' => ['required'],
'email' => ['required'],
'service_id' => ['required'],
'entered_captcha_code' => ['required','same:displayed_captcha_code']
];
}
public function messages(){
return[
'fullname.required' => 'Full name is required.',
'phone.required' => 'Phone number is required.',
'email.required' => 'Email is required.',
'service_id.required' => 'Please select a service.',
'entered_captcha_code.required' => 'Please enter captcha.',
'entered_captcha_code.same' => 'Captcha is incorrect.'
];
}
}

@ -1,51 +0,0 @@
<?php
namespace App\Http\Requests\Recruitment;
use Illuminate\Foundation\Http\FormRequest;
class ApplyRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* Get the validation rules that apply to the request.
*
* @return array<string, mixed>
*/
public function rules()
{
return [
'full_name' => 'required',
'phone' => 'required',
'email' => 'required',
'file' => 'required',
'country' => 'required',
'has_visa_permit' => 'required',
'has_skill_assessed' => 'required',
'entered_captcha_code' => ['required','same:displayed_captcha_code']
];
}
public function messages()
{
return [
'full_name.required' => 'Full name is required.',
'phone.required' => 'Phone number is required.',
'email.required' => 'Email is required.',
'file.required' => 'Please upload your resume.',
'country.required' => 'Please select your country.',
'has_visa_permit.required' => 'Please specify your visa permit position.',
'has_skill_assesed.required' => 'Please specify your TRA skill assessment.',
'entered_captcha_code.required' => 'Please enter captcha.',
'entered_captcha_code.same' => 'Captcha is incorrect.'
];
}
}

@ -1,45 +0,0 @@
<?php
namespace App\Http\Requests\Recruitment;
use Illuminate\Foundation\Http\FormRequest;
class VacancyRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}
/**
* Get the validation rules that apply to the request.
*
* @return array<string, mixed>
*/
public function rules()
{
return [
'full_name' => 'required',
'company' => 'required',
'email' => 'required',
'no_of_position' => 'required',
'entered_captcha_code' => ['required','same:displayed_captcha_code']
];
}
public function messages()
{
return [
'full_name.required' => 'Full name is required.',
'company.required' => 'Your company is required.',
'email.required' => 'Email is required.',
'no_of_position.required' => 'Number of position is required',
'entered_captcha_code.required' => 'Please enter captcha.',
'entered_captcha_code.same' => 'Captcha is incorrect.'
];
}
}

@ -233,20 +233,6 @@ class User extends Authenticatable
return($target_path.$target_file); return($target_path.$target_file);
} }
} }
if(strtolower( $uploaded_ext ) == 'docx' || strtolower( $uploaded_ext ) == 'pdf'){
$target_path = $target_path;
$content = file_get_contents($requestData);
if(file_put_contents( $target_path.$target_file,$content)){
return($target_path.$target_file);
}
}
if(strtolower( $uploaded_ext ) == 'mp4' || strtolower( $uploaded_ext ) == 'pdf'){
$target_path = $target_path;
$content = file_get_contents($requestData);
if(file_put_contents( $target_path.$target_file,$content)){
return($target_path.$target_file);
}
}
} }

@ -13,7 +13,6 @@
"laravelcollective/html": "^6.3" "laravelcollective/html": "^6.3"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.7",
"fakerphp/faker": "^1.9.1", "fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0", "laravel/pint": "^1.0",
"laravel/sail": "^1.0.1", "laravel/sail": "^1.0.1",

152
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "2e3fd67addcebfe7c48fe46b95231470", "content-hash": "f70c81adf2990f185a8632535bd08631",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -5450,90 +5450,6 @@
} }
], ],
"packages-dev": [ "packages-dev": [
{
"name": "barryvdh/laravel-debugbar",
"version": "v3.7.0",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "3372ed65e6d2039d663ed19aa699956f9d346271"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/3372ed65e6d2039d663ed19aa699956f9d346271",
"reference": "3372ed65e6d2039d663ed19aa699956f9d346271",
"shasum": ""
},
"require": {
"illuminate/routing": "^7|^8|^9",
"illuminate/session": "^7|^8|^9",
"illuminate/support": "^7|^8|^9",
"maximebf/debugbar": "^1.17.2",
"php": ">=7.2.5",
"symfony/finder": "^5|^6"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
"orchestra/testbench-dusk": "^5|^6|^7",
"phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.6-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
}
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Barryvdh\\Debugbar\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "PHP Debugbar integration for Laravel",
"keywords": [
"debug",
"debugbar",
"laravel",
"profiler",
"webprofiler"
],
"support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.7.0"
},
"funding": [
{
"url": "https://fruitcake.nl",
"type": "custom"
},
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
"time": "2022-07-11T09:26:42+00:00"
},
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
"version": "1.4.1", "version": "1.4.1",
@ -5919,72 +5835,6 @@
}, },
"time": "2022-11-21T16:19:18+00:00" "time": "2022-11-21T16:19:18+00:00"
}, },
{
"name": "maximebf/debugbar",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "ba0af68dd4316834701ecb30a00ce9604ced3ee9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/ba0af68dd4316834701ecb30a00ce9604ced3ee9",
"reference": "ba0af68dd4316834701ecb30a00ce9604ced3ee9",
"shasum": ""
},
"require": {
"php": "^7.1|^8",
"psr/log": "^1|^2|^3",
"symfony/var-dumper": "^2.6|^3|^4|^5|^6"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20 || ^9.4.2",
"twig/twig": "^1.38|^2.7|^3.0"
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
}
},
"autoload": {
"psr-4": {
"DebugBar\\": "src/DebugBar/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/maximebf/php-debugbar",
"keywords": [
"debug",
"debugbar"
],
"support": {
"issues": "https://github.com/maximebf/php-debugbar/issues",
"source": "https://github.com/maximebf/php-debugbar/tree/v1.18.1"
},
"time": "2022-03-31T14:55:54+00:00"
},
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.5.1", "version": "1.5.1",

@ -1,32 +0,0 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('services', function (Blueprint $table) {
$table->string('banner_image')->nullable();
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::table('services', function (Blueprint $table) {
//
});
}
};

Binary file not shown.

@ -122,7 +122,7 @@ h4{
font-size: 14px; font-size: 14px;
} }
.service-dropdown{ .service-dropdown{
width: 350px; width: 600px;
transform: translate(-30%, 0%); transform: translate(-30%, 0%);
} }
.service-drop-card{ .service-drop-card{
@ -264,7 +264,7 @@ Responsive Codes
height: 100%; height: 100%;
top: 0; top: 0;
left: 0; left: 0;
box-shadow: inset 0 1700px rgba(0, 0, 0, 0.02) !important; box-shadow: inset 0 1700px rgb(0 0 0 / 45%) !important;
} }
.banner-section .banner-description{ .banner-section .banner-description{
position: absolute; position: absolute;
@ -272,9 +272,8 @@ Responsive Codes
left: 6%; left: 6%;
} }
.banner-description span::before{ .banner-description span::before{
content: attr(data-text); content: "Study Programme";
animation: 12s animate infinite; animation: 12s animate infinite;
animation-delay: 500ms;
padding-left: 10px; padding-left: 10px;
color: #F54C5F; color: #F54C5F;
} }
@ -299,7 +298,7 @@ Responsive Codes
.banner-description h2, .banner-description-two h2, .banner-description-three h2{ .banner-description h2, .banner-description-two h2, .banner-description-three h2{
font-weight: 800; font-weight: 800;
font-size: 54px; font-size: 54px;
line-height: 74px; line-height: 78px;
color: #FFFFFF; color: #FFFFFF;
} }
@keyframes anim-lineUp { @keyframes anim-lineUp {
@ -326,17 +325,16 @@ Responsive Codes
@keyframes animate { @keyframes animate {
0% { 0% {
content: attr(data-text); content: "Study Programme";
} }
50% { 50% {
content: attr(data-text2); content: "Training Programme";
} }
75% { 75% {
content: attr(data-text3); content: "Skill Assessment";
} }
100%{ 100%{
content: attr(data-text4); content: "Skilled Recruitment";
} }
} }
.banner-description h3, .banner-description-two h3, .banner-description-three h3{ .banner-description h3, .banner-description-two h3, .banner-description-three h3{
@ -368,12 +366,6 @@ Responsive Codes
align-items: center; align-items: center;
gap: 15px; gap: 15px;
} }
.achivement-sec span{
font-weight: 500;
font-size: 14px;
line-height: 2rem;
color: #202023;
}
/* about us section css */ /* about us section css */
.about-us-section{ .about-us-section{
padding: 3rem 6rem; padding: 3rem 6rem;
@ -382,8 +374,7 @@ Responsive Codes
.service-primary .row, .service-primary .row,
.service-secondary .row, .service-secondary .row,
.service-view-last .row, .service-view-last .row,
.insurance-desc .row, .insurance-desc .row{
.service-detail-secondary .row{
display: flex; display: flex;
align-items: center; align-items: center;
} }
@ -555,22 +546,14 @@ Responsive Codes
transition: color 2s; transition: color 2s;
} }
.featured-news:hover p, .featured-news:hover p,
.featured-news:hover h2, .featured-news:hover h2{
.more-news-box:hover p,
.more-news-box:hover h4{
color: #F54C5F; color: #F54C5F;
} }
.featured-news p, .featured-news p,
.featured-news h2{ .featured-news h2{
color: #FFFFFF; color: #FFFFFF;
-webkit-transition: color 1s; -webkit-transition: color 1s;
transition: color 300ms; transition: color 2s;
}
.more-news-box p,
.more-news-box h4{
color: #221415;
-webkit-transition: color 1s;
transition: color 300ms;
} }
.news-title h2{ .news-title h2{
display: inline-block; display: inline-block;
@ -941,9 +924,7 @@ Responsive Codes
.labor-agreement-banner .breadcrumb, .labor-agreement-banner .breadcrumb,
.service-detail-banner .breadcrumb, .service-detail-banner .breadcrumb,
.recruitment-banner .breadcrumb, .recruitment-banner .breadcrumb,
.news-banner-section .breadcrumb, .news-banner-section .breadcrumb{
.services-banner-section .breadcrumb,
.pathway-banner-section .breadcrumb{
float: right; float: right;
} }
.about-banner-section .breadcrumb a, .about-banner-section .breadcrumb a,
@ -953,9 +934,7 @@ Responsive Codes
.labor-agreement-banner .breadcrumb a, .labor-agreement-banner .breadcrumb a,
.service-detail-banner .breadcrumb a, .service-detail-banner .breadcrumb a,
.recruitment-banner .breadcrumb a, .recruitment-banner .breadcrumb a,
.news-banner-section .breadcrumb a, .news-banner-section .breadcrumb a{
.services-banner-section .breadcrumb a,
.pathway-banner-section .breadcrumb a{
text-decoration: none; text-decoration: none;
color: #FFFFFF; color: #FFFFFF;
} }
@ -1033,7 +1012,7 @@ Responsive Codes
.chef-hire-form h2{ .chef-hire-form h2{
font-weight: 500; font-weight: 500;
font-size: 22px; font-size: 22px;
line-height: 1.8rem; line-height: 178%;
text-align: center; text-align: center;
color: #0A2849; color: #0A2849;
margin-bottom: 30px; margin-bottom: 30px;
@ -1307,11 +1286,7 @@ Responsive Codes
line-height: 1.7rem; line-height: 1.7rem;
color: #F54C5F; color: #F54C5F;
} }
.service-detail-sectwo ul, .service-detail-sectwo ul{
.service-primary-desc ul,
.insurance-content ul,
.labor-section-primary ul,
.labor-section-secondary ul{
padding-left: 1rem; padding-left: 1rem;
margin-top: 0.2rem; margin-top: 0.2rem;
} }
@ -1320,11 +1295,9 @@ Responsive Codes
.insurance-content ul li, .insurance-content ul li,
.labor-section-primary ul li, .labor-section-primary ul li,
.labor-section-secondary ul li{ .labor-section-secondary ul li{
display: flex;
align-items: center;
list-style: none; list-style: none;
position: relative;
padding-left: 40px;
line-height: 29px;
margin-top: 10px;
} }
.service-detail-sectwo ul li::before, .service-detail-sectwo ul li::before,
.service-primary-desc ul li::before, .service-primary-desc ul li::before,
@ -1333,9 +1306,11 @@ Responsive Codes
.labor-section-secondary ul li::before { .labor-section-secondary ul li::before {
content: url(../icons/christmas-star-new.svg); content: url(../icons/christmas-star-new.svg);
color: #071C39; color: #071C39;
position: absolute; display: inline-block;
top: 4px; margin-right: 0.6em;
left: 0; margin-left: -1.3em;
margin-top: 8px;
width: 1.3em;
} }
.service-detail-third{ .service-detail-third{
background: #F7F7F9; background: #F7F7F9;
@ -1488,22 +1463,12 @@ Responsive Codes
padding: 3rem 6rem; padding: 3rem 6rem;
background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%,rgba(255, 255, 255, 0) 20%,rgb(255, 248, 239) 20%,rgb(254, 255, 236) 100%); background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%,rgba(255, 255, 255, 0) 20%,rgb(255, 248, 239) 20%,rgb(254, 255, 236) 100%);
} }
.service-secondary .service-secondary-img{ .service-primary-img,
position: absolute; .service-secondary-img{
bottom: 0;
left: 0;
width: 50%;
}
.service-primary-img{
margin-right: 25px; margin-right: 25px;
} }
.service-detail-secondary{
padding: 3rem 6rem 0 6rem;
background: #E54A5F;
}
.service-secondary{ .service-secondary{
position: relative; padding: 3rem 6rem 0 6rem;
padding: 3rem 6rem;
background: #E54A5F; background: #E54A5F;
} }
.service-secondary-desc h3{ .service-secondary-desc h3{
@ -1515,7 +1480,7 @@ Responsive Codes
.service-secondary-desc p{ .service-secondary-desc p{
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
line-height: 1.6rem; line-height: 1.8rem;
color: #FFFFFF; color: #FFFFFF;
margin-bottom: 25px; margin-bottom: 25px;
} }
@ -1548,9 +1513,7 @@ Responsive Codes
color: #082548; color: #082548;
} }
.recruitment-primary h2 span, .recruitment-primary h2 span,
.insurance-content h2 span, .insurance-content h2 span{
.our-service-head h2 span,
.pathway-step-header h2 span{
color: #F54C5F color: #F54C5F
} }
.recruitment-primary p{ .recruitment-primary p{
@ -1584,24 +1547,19 @@ Responsive Codes
justify-content: space-between; justify-content: space-between;
background: #F3F3F3; background: #F3F3F3;
border-radius: 15px; border-radius: 15px;
min-height: 50pc; min-height: 46pc;
} }
.need-chef-card:hover{ .need-chef-card:hover{
background: #104682; background: #104682;
} }
.need-chef-card:hover p, .need-chef-card:hover p,
.need-chef-card:hover h4, .need-chef-card:hover h4,
.need-chef-card:hover h6, .need-chef-card:hover h6{
.need-chef-card:hover span{
color: #FFFFFF; color: #FFFFFF;
} }
.need-chef-top{ .need-chef-top{
padding: 30px; padding: 30px;
} }
.need-chef-top span{
color: #0E4F97;
text-decoration: underline;
}
/* insurance page css */ /* insurance page css */
.insurance-banner{ .insurance-banner{
padding: 6rem; padding: 6rem;
@ -1629,7 +1587,7 @@ Responsive Codes
/* labor agreement page css */ /* labor agreement page css */
.labor-section-primary{ .labor-section-primary{
padding: 3rem 6rem; padding: 3rem 6rem;
background: #F5F5F5; background: #E7E7E7;
} }
.labor-section-primary .row{ .labor-section-primary .row{
margin: 20px 0; margin: 20px 0;
@ -1688,7 +1646,7 @@ Responsive Codes
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 30px 20px; padding: 30px 20px;
min-height: 25pc; min-height: 22pc;
} }
.pathway-steps-icon{ .pathway-steps-icon{
background: #FFFFFF; background: #FFFFFF;
@ -1706,24 +1664,8 @@ Responsive Codes
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
} }
.immigration-logo{
width: 65%;
}
@media only screen and (min-width: 320px) and (max-width: 480px) { @media only screen and (min-width: 320px) and (max-width: 480px) {
h2{
font-size: 26px;
}
.enquiry-contacts p{
font-weight: 400;
font-size: 16px;
margin-bottom: 40px;
line-height: 1.8rem;
color: #FFFFFF;
}
.enquiry-header h2 {
font-size: 38px;
}
/* contact us mobile view */ /* contact us mobile view */
.about-banner-section .breadcrumb, .about-banner-section .breadcrumb,
.contact-us-section .breadcrumb, .contact-us-section .breadcrumb,
@ -1731,10 +1673,7 @@ Responsive Codes
.insurance-banner .breadcrumb, .insurance-banner .breadcrumb,
.service-detail-banner .breadcrumb, .service-detail-banner .breadcrumb,
.recruitment-banner .breadcrumb, .recruitment-banner .breadcrumb,
.news-banner-section .breadcrumb, .news-banner-section .breadcrumb{
.services-banner-section .breadcrumb,
.pathway-banner-section .breadcrumb,
.labor-agreement-banner .breadcrumb{
display: none; display: none;
} }
.banner-section .banner-description { .banner-section .banner-description {
@ -1763,7 +1702,7 @@ Responsive Codes
display: none; display: none;
} }
.contact-form{ .contact-form{
margin: 25px 0; margin: 0;
} }
.contact-captcha{ .contact-captcha{
display: flex; display: flex;
@ -1797,8 +1736,7 @@ Responsive Codes
.insurance-desc, .insurance-desc,
.labor-section-primary, .labor-section-primary,
.labor-section-secondary, .labor-section-secondary,
.pathway-steps-section, .pathway-steps-section{
.service-detail-secondary{
padding: 2rem; padding: 2rem;
} }
.visa-services, .visa-services,
@ -1840,9 +1778,9 @@ Responsive Codes
} }
.blog-header h2, .blog-header h2,
.enquiry-contacts h2{ .enquiry-contacts h2{
text-align: left; text-align: center;
font-size: 26px; font-size: 32px;
line-height: 38px; line-height: 44px;
margin-bottom: 15px; margin-bottom: 15px;
} }
.chef-hire-form button{ .chef-hire-form button{
@ -1881,17 +1819,11 @@ Responsive Codes
background:rgb(231, 231, 231); background:rgb(231, 231, 231);
} }
.service-primary-img, .service-primary-img,
.service-secondary-img,
.service-last-img, .service-last-img,
.insurance-desc-img{ .insurance-desc-img{
margin: 0 0 20px 0; margin: 0 0 20px 0;
} }
.service-secondary .service-secondary-img{
position: relative;
margin: 0 0 20px 0;
bottom: 0;
left: 0;
width: 100%;
}
} }
@media only screen and (min-width: 768px) and (max-width: 1024px){ @media only screen and (min-width: 768px) and (max-width: 1024px){
html { html {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 712 B

After

Width:  |  Height:  |  Size: 16 KiB

@ -1,5 +1,5 @@
<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="37" height="37" fill="url(#pattern0)"/> <rect width="39" height="39" fill="url(#pattern0)"/>
<defs> <defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1"> <pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_390_30" transform="scale(0.00195312)"/> <use xlink:href="#image0_390_30" transform="scale(0.00195312)"/>

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

@ -1,5 +1,5 @@
<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="37" height="37" fill="url(#pattern0)"/> <rect width="42" height="42" fill="url(#pattern0)"/>
<defs> <defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1"> <pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_390_31" transform="scale(0.00195312)"/> <use xlink:href="#image0_390_31" transform="scale(0.00195312)"/>

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

@ -23,15 +23,15 @@
<div class="who-we-desc"> <div class="who-we-desc">
<h5>About us <hr></h5> <h5>About us <hr></h5>
<h3>Who are we?</h3> <h3>Who are we?</h3>
<p>{!!strip_tags($about->first()->description)!!} <p>{{$about->first()->description}}
<br><br> <br><br>
{!!strip_tags($about->first()->sub_description)!!} {{$about->first()->sub_description}}
</p> </p>
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<div class="who-we-img"> <div class="who-we-img">
<img src="{{url($about->first()->image)}}" class="img-fluid" alt=""> <img src="{{url($about->first()->image)}}" alt="">
</div> </div>
</div> </div>
</div> </div>

@ -145,19 +145,7 @@
</select> </select>
</div> </div>
</div> --> </div> -->
<div class="col-md-4">
<div class="form-group">
<label>Type <span style="color: red";> * </span> </label>
<select name="blog_type" class="form-control" id="blog_type" required>
<option value="" selected disabled>Please select Type</option>
@foreach(config('custom.blog_types') as $index => $value)
<option value="{{$index}}">{{$value}}</option>
@endforeach
</select>
</div>
</div>
<div class="col-md-4"> <div class="col-md-4">
<div class="form-group"> <div class="form-group">
<label>Status <span style="color: red";> * </span> </label> <label>Status <span style="color: red";> * </span> </label>

@ -122,12 +122,6 @@
<input type="file" class="form-control" id="image" name="image" required> <input type="file" class="form-control" id="image" name="image" required>
</div> </div>
</div> </div>
<div class="col-md-4">
<div class="form-group">
<label for="banner_image">Banner Image <span style="color: red">*</span></label>
<input type="file" class="form-control" id="banner_image" name="banner_image">
</div>
</div>
<div class="col-md-4"> <div class="col-md-4">
<div class="form-group"> <div class="form-group">
<label>Status <span style="color: red">*</span> </label> <label>Status <span style="color: red">*</span> </label>

@ -91,20 +91,6 @@
@endif @endif
</div> </div>
</div> </div>
<div class="col-md-4">
<div class="form-group">
<label for="banner_image"> Banner Image <span style="color: red">*</span></label>
<input type="file" class="form-control" id="banner_image" name="banner_image">
@if($service->banner_image != null)
<span>
<a href="{{url($service->banner_image)}}" target="_blank">
<img src="{{url($service->banner_image)}}" alt="" style="width: 100px;">
</a>
</span>
@endif
</div>
</div>

@ -37,7 +37,7 @@
<div class="col-md-4"> <div class="col-md-4">
<div class="form-group"> <div class="form-group">
<label for="left_title">Left Title<span style="color: red">*</span></label> <label for="left_title">Left Title<span style="color: red">*</span></label>
<input type="text" class="form-control" id="left_title" name="left_title"> <input type="text" class="form-control" id="left_title" name="left_title" required>
</div> </div>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
@ -56,7 +56,7 @@
<div class="col-md-4"> <div class="col-md-4">
<div class="form-group"> <div class="form-group">
<label for="right_title">Right Title<span style="color: red">*</span></label> <label for="right_title">Right Title<span style="color: red">*</span></label>
<input type="text" class="form-control" id="right_title" name="right_title"> <input type="text" class="form-control" id="right_title" name="right_title" required>
</div> </div>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">

@ -37,7 +37,7 @@
<div class="col-md-4"> <div class="col-md-4">
<div class="form-group"> <div class="form-group">
<label for="left_title">Left Title<span style="color: red">*</span></label> <label for="left_title">Left Title<span style="color: red">*</span></label>
<input type="text" class="form-control" id="left_title" name="left_title" value = "{{$service_section->left_title}}"> <input type="text" class="form-control" id="left_title" name="left_title" value = "{{$service_section->left_title}}" required>
</div> </div>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
@ -56,7 +56,7 @@
<div class="col-md-4"> <div class="col-md-4">
<div class="form-group"> <div class="form-group">
<label for="right_title">Right Title<span style="color: red">*</span></label> <label for="right_title">Right Title<span style="color: red">*</span></label>
<input type="text" class="form-control" id="right_title" name="right_title" value = "{{$service_section->right_title}}"> <input type="text" class="form-control" id="right_title" name="right_title" value = "{{$service_section->right_title}}" required>
</div> </div>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">

@ -12,12 +12,12 @@
<section class="need-chef-banner" style="background: url('frontend/images/am-chef-banner.png')"> <section class="need-chef-banner" style="background: url('frontend/images/am-chef-banner.png')">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li> <li class="breadcrumb-item"><a href="/">Aplusagency</a></li>
<li class="breadcrumb-item active" aria-current="page">Recruitment</li> <li class="breadcrumb-item active" aria-current="page">Recruitment</li>
</ol> </ol>
</nav> </nav>
<div class="chef-banner-content"> <div class="chef-banner-content">
<h2>Hospitality Candidates</h2> <h2>I am Chef</h2>
</div> </div>
</section> </section>
<section class="hiring-chef"> <section class="hiring-chef">
@ -26,7 +26,7 @@
<div class="hiring-content"> <div class="hiring-content">
<h5>Hiring <hr></h5> <h5>Hiring <hr></h5>
<h3>Looking for a job as a Chef or Cook?</h3> <h3>Looking for a job as a Chef or Cook?</h3>
<p>If you’re qualified to be a Chef or Cook in Australia, please fill out the application form. We'd love to do our utmost for hospitality workers!</p> <p>If you’re qualified to be a Chef of Cook in Australia, please fill out the application form. We'd love to do our utmost for hospitality workers!</p>
<h6>Chefs and Cooks need to be</h6> <h6>Chefs and Cooks need to be</h6>
<ul> <ul>
<li> Interested in food and cooking</li> <li> Interested in food and cooking</li>
@ -56,16 +56,16 @@
<h2>Please fill-up the form</h2> <h2>Please fill-up the form</h2>
<div class="mb-3"> <div class="mb-3">
<label for="full_name">Full name</label> <label for="">Full name</label>
<input type="text" class="form-control" placeholder="Your full name" name="full_name" id="full_name" value = "{{old('full_name')}}"> <input type="text" class="form-control" placeholder="Your full name" name="full_name" id="">
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="email">Email address</label> <label for="">Email address</label>
<input type="email" class="form-control" placeholder="Your email address" name="email" id="email" value = "{{old('email')}}"> <input type="email" class="form-control" placeholder="Your email address" name="email" id="">
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="phone">Phone</label> <label for="">Phone</label>
<input type="text" class="form-control" placeholder="Your phone number" name="phone" id="phone" value = "{{old('phone')}}"> <input type="text" class="form-control" placeholder="Your phone number" name="phone" id="">
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="">Passport Country</label> <label for="">Passport Country</label>
@ -329,16 +329,16 @@
<label for="">Do you have a visa permitting work in Australia?</label> <label for="">Do you have a visa permitting work in Australia?</label>
<select class="form-select" name="has_visa_permit" id=""> <select class="form-select" name="has_visa_permit" id="">
<option value="" hidden>Select Position</option> <option value="" hidden>Select Position</option>
<option value="1" @if(old('has_visa_permit') == true) selected @endif class="aplus-display-select">Yes</option> <option value="1" class="aplus-display-select">Yes</option>
<option value="0" @if(old('has_visa_permit') == false) selected @endif class="aplus-display-select">No</option> <option value="0" class="aplus-display-select">No</option>
</select> </select>
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="">Have you completed a TRA skill assessment?</label> <label for="">Have you completed a TRA skill assessment?</label>
<select class="form-select" name="has_skill_assessed" id=""> <select class="form-select" name="has_skill_assessed" id="">
<option value="" hidden>Select Position</option> <option value="" hidden>Select Position</option>
<option value="1" @if(old('has_skill_assessed') == true) selected @endif class="aplus-display-select">Yes</option> <option value="1" class="aplus-display-select">Yes</option>
<option value="0" @if(old('has_skill_assessed') == false) selected @endif class="aplus-display-select">No</option> <option value="0" class="aplus-display-select">No</option>
</select> </select>
</div> </div>
<div class="mb-3"> <div class="mb-3">

@ -36,21 +36,27 @@
one of our migration agents will be in touch. one of our migration agents will be in touch.
</p> </p>
<div class="contact-desc"> <div class="contact-desc">
@if(!is_null($phone)) @if($phone !== null)
<a href="tel: {{$phone->value}}" class="contact-phone"> <a href="tel: {{$phone->value}}" class="contact-phone">
<img src="{{url('frontend/icons/contact-call-icon.svg')}}" alt=""> <div class="contact-icons">
<img src="{{url('frontend/icons/contact-call-icon.svg')}}" class="img-fluid" alt="">
</div>
<h5>{{$phone->value}}</h5> <h5>{{$phone->value}}</h5>
</a> </a>
@endif @endif
@if(!is_null($email)) @if($email !== null)
<a href="mailto: {{$email->value}}" class="contact-phone"> <a href="mailto: {{$email->value}}" class="contact-phone">
<img src="{{url('frontend/icons/contact-mail-icon.svg')}}" alt=""> <div class="contact-icons">
<img src="{{url('frontend/icons/contact-mail-icon.svg')}}" class="img-fluid" alt="">
</div>
<h5>{{$email->value}}</h5> <h5>{{$email->value}}</h5>
</a> </a>
@endif @endif
@if(!is_null($address)) @if($address !== null)
<a href="https://goo.gl/maps/P4Y2PYGMpGa83L2R8" target="_blank" class="contact-phone"> <a href="https://goo.gl/maps/P4Y2PYGMpGa83L2R8" target="_blank" class="contact-phone">
<img src="{{url('frontend/icons/contact-location-icon.svg')}}" alt=""> <div class="contact-icons">
<img src="{{url('frontend/icons/contact-location-icon.svg')}}" class="img-fluid" alt="">
</div>
<h5>{{$address->value}}</h5> <h5>{{$address->value}}</h5>
</a> </a>
@endif @endif
@ -68,19 +74,19 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="mb-3"> <div class="mb-3">
<label for="">Full name</label> <label for="">Full name</label>
<input type="text" class="form-control" placeholder="Enter your full name" name="fullname" id="" value = "{{old('fullname')}}"> <input type="text" class="form-control" placeholder="Enter your name" name="fullname" id="">
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<div class="mb-3"> <div class="mb-3">
<label for="">Email address</label> <label for="">Email address</label>
<input type="email" class="form-control" placeholder="Enter your email adress" name="email" id="" value = "{{old('email')}}"> <input type="email" class="form-control" placeholder="Enter your email adress" name="email" id="">
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<div class="mb-3"> <div class="mb-3">
<label for="">Phone</label> <label for="">Phone</label>
<input type="text" class="form-control" placeholder="Enter your phone number" name="phone" id="" value = "{{old('phone')}}"> <input type="text" class="form-control" placeholder="Enter your phone number" name="phone" id="">
</div> </div>
</div> </div>
<input type = "hidden" name = "check" value = "1"/> <input type = "hidden" name = "check" value = "1"/>
@ -88,9 +94,9 @@
<div class="mb-3"> <div class="mb-3">
<label for="">Services</label> <label for="">Services</label>
<select name="service_id" id="" class="form-select"> <select name="service_id" id="" class="form-select">
<option hidden value = ''>Choose service</option> <option hidden>Choose service</option>
@foreach($services as $service) @foreach($services as $service)
<option value="{{$service->id}}" class="aplus-display-select" {{old('service_id') == $service->id ? 'selected' : ''}}>{{$service->name}}</option> <option value="{{$service->id}}" class="aplus-display-select">{{$service->name}}</option>
@endforeach @endforeach
</select> </select>
</div> </div>
@ -122,7 +128,7 @@
<div class="col-md-12"> <div class="col-md-12">
<div class="mb-5"> <div class="mb-5">
<label for="">Message</label> <label for="">Message</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" placeholder="Write a message.." name="message">{{old('message')}}</textarea> <textarea class="form-control" id="exampleFormControlTextarea1" rows="3" placeholder="Write a message.." name="message"></textarea>
</div> </div>
</div> </div>
<div class="submit-btn"> <div class="submit-btn">
@ -136,7 +142,7 @@
</div> </div>
</section> </section>
<section class="map-section"> <section class="map-section">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3312.5156265342534!2d151.20545281583023!3d-33.876371926884524!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b12ae3d03e36c87%3A0xecb5377dac8c07a8!2s406%2F383%20Pitt%20St%2C%20Sydney%20NSW%202000%2C%20Australia!5e0!3m2!1sen!2snp!4v1671163675803!5m2!1sen!2snp" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3312.514012872817!2d151.2047258!3d-33.8764135!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b12ae3c9ed85d5f%3A0x778da1aae43c7216!2sSuite%20503%2C%20Level%205%2F368%20Sussex%20St%2C%20Sydney%20NSW%202000%2C%20Australia!5e0!3m2!1sen!2snp!4v1670397808126!5m2!1sen!2snp" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</section> </section>
@section('script') @section('script')

@ -28,10 +28,10 @@
<ul> <ul>
<li>Find the right cover for you</li> <li>Find the right cover for you</li>
<li>We'll do the paperwork</li> <li>We'll do the paperwork</li>
<li>Choose your preferred hospital</li> <li>Choose your preferred Hospital</li>
<li>Save on Tax</li> <li>Save on Tax</li>
<li>Avoid long waiting list</li> <li>Avoid Long Waiting List</li>
<li>Peace of mind</li> <li>Peace of Mind</li>
</ul> </ul>
</div> </div>
</div> </div>

@ -9,7 +9,7 @@
<section class="labor-agreement-banner" style="background: url('frontend/images/labor-agreement.png')"> <section class="labor-agreement-banner" style="background: url('frontend/images/labor-agreement.png')">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li> <li class="breadcrumb-item"><a href="/">Aplusagency</a></li>
<li class="breadcrumb-item active" aria-current="page">Recruitment</li> <li class="breadcrumb-item active" aria-current="page">Recruitment</li>
</ol> </ol>
</nav> </nav>
@ -18,17 +18,13 @@
</div> </div>
</section> </section>
<section class="labor-section-primary"> <section class="labor-section-primary">
<div class="text-center mb-5">
<h2>Labour Agreement</h2>
<p>Finding the right hospitality staff in the domestic market has been proven to be difficult for many hospitality operators. Labour Agreement can serve as a strategic tool for operators within the industry to hire, educate and retain staff ensuring you have the required resources to focus on growing your business. We are specialists in assisting Premium Dining Restaurants along with Hotel and Accommodation owners in obtaining labour agreements.</p>
</div>
<h5>Restaurant <hr></h5> <h5>Restaurant <hr></h5>
<h2>Labour Agreement – Restaurant (Premium Dining)</h2> <h2>Labour Agreement – Restaurant (Premium Dining)</h2>
<p>Through Labour Agreements, restaurants can hire overseas workers who are either not eligible for standard immigration programmes or have access to permanent visa options with different terms and conditions than would otherwise be available.</p> <p>Through Labour Agreements, restaurants can hire overseas workers who are either not eligible for standard immigration programmes or have access to permanent visa options with different terms and conditions than would otherwise be available.</p>
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<h4>You must adhere to the following entry requirements to be eligible.</h4> <h4>You must adhere to the following entry requirements to be eligible.</h4>
<ul class="mt-3"> <ul>
<li>Should have highly experienced employee</li> <li>Should have highly experienced employee</li>
<li>Offer wine list</li> <li>Offer wine list</li>
<li>Has at least $2 million in annual income</li> <li>Has at least $2 million in annual income</li>
@ -39,7 +35,7 @@
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<h4>Under the Labour Agreement- Restaurant (Premium Dining), it will be possible to sponsor:</h4> <h4>Under the Labour Agreement- Restaurant (Premium Dining), it will be possible to sponsor:</h4>
<ul class="mt-3"> <ul>
<li>Chefs (351311) (351311)</li> <li>Chefs (351311) (351311)</li>
<li>Cooks (351411) (351411)</li> <li>Cooks (351411) (351411)</li>
<li>Restaurant and Café Manager (141111)</li> <li>Restaurant and Café Manager (141111)</li>
@ -47,15 +43,15 @@
</ul> </ul>
</div> </div>
</div> </div>
<p>Each occupation listed in the Premium Dining Labour agreement has a pathway to permanent residence after three years of sponsorship, either through a Subclass, 186 Employer Nominated (ENS)visa or a Subclass 191 Skilled Regional Visa. <p>Each occupation listed in the Premium Dining Labour agreement has a pathway to permanent residence after three years of sponsorship, either through a Subclass 186 Employer Nominated (ENS)visa or a Subclass 191 Skilled Regional Visa.
<br><br> <br><br>
Currently, the age limit for the Subclass 186 Visa is under 45 years. Currently, the age limit for the Subclass 186 Vis is under 55 years.
</p> </p>
<h4>The following must require under TSS and SESR visa for Nominee,</h4> <h4>The following must require under TSS and SESR visa for Nominee,</h4>
<ul class="mt-3"> <ul>
<li>An overall IELTS 5.0 (or equivalent),</li> <li>An overall IELTS 5.0 (or equivalent),</li>
<li>No less than IELTS 4.5 for listening and speaking and</li> <li>no less than IELTS 4.5 for listening and speaking and</li>
<li>No less than IELTS 4.0 for reading and writing.</li> <li>no less than IELTS 4.0 for reading and writing.</li>
</ul> </ul>
</section> </section>
<section class="labor-section-secondary"> <section class="labor-section-secondary">
@ -63,7 +59,7 @@
<h2>Labour Agreement- Hotel and Accommodation</h2> <h2>Labour Agreement- Hotel and Accommodation</h2>
<p>The labour agreement offers an opportunity for positions particular to the hotel and accommodation sector to hire overseas workers.</p> <p>The labour agreement offers an opportunity for positions particular to the hotel and accommodation sector to hire overseas workers.</p>
<h4>Under the Hotel and Accommodation Labour Agreement, you will be able to sponsor the following occupations:</h4> <h4>Under the Hotel and Accommodation Labour Agreement, you will be able to sponsor the following occupations:</h4>
<ul class="mt-3"> <ul>
<li>Café or Restaurant Manager (141111)</li> <li>Café or Restaurant Manager (141111)</li>
<li>Hotel or Motel Manager (141311)</li> <li>Hotel or Motel Manager (141311)</li>
<li>Hotel Service manager (431411)</li> <li>Hotel Service manager (431411)</li>

@ -46,15 +46,35 @@
<a class="nav-link" href="{{url('/about')}}">About</a> <a class="nav-link" href="{{url('/about')}}">About</a>
</li> </li>
<li class="nav-item dropdown"> <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" data-bs-hover="dropdown" aria-expanded="false"> <a class="nav-link dropdown-toggle" href="{{url('/services')}}" id="navbarDropdown" role="button" data-bs-hover="dropdown" aria-expanded="false">
Visas Services
</a> </a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <ul class="dropdown-menu service-dropdown" aria-labelledby="navbarDropdown">
<li> <li class="service-drop-card">
@foreach($visa_services as $visa_service) <ul>
<a href="{{url('/visa_service/'.$visa_service->slug)}}" class="dropdown-item">{{$visa_service->name}}</a> <h5>Regional Work Visas</h5>
@endforeach <li>
@foreach($visa_services as $visa_service)
<a href="{{url('/visa_service/'.$visa_service->slug)}}" class="dropdown-item">{{$visa_service->name}}</a>
@endforeach
</li>
</ul>
<ul>
<h5>Assessments</h5>
@foreach($services as $service)
<li>
@if($service->name == "Recruitment")
<a class="dropdown-item" href="{{url('/recruitment')}}">
@elseif($service->name === "Insurance")
<a class="dropdown-item" href="{{url('/insurance')}}">
@else
<a class="dropdown-item" href="{{url('/service/'.$service->slug)}}">
@endif
{{$service->name}}</a>
</li>
@endforeach
</ul>
</li> </li>
<!-- <li><a class="dropdown-item" href="/service_view">Skill Assessment</a></li> <!-- <li><a class="dropdown-item" href="/service_view">Skill Assessment</a></li>
<li><a class="dropdown-item" href="/service_detail">Permanent Work Visa</a></li> --> <li><a class="dropdown-item" href="/service_detail">Permanent Work Visa</a></li> -->
@ -66,14 +86,14 @@
</a> </a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li> <li>
<a class="dropdown-item" href="{{url('/need_chef')}}">Hospitality Operator</a>
<a class="dropdown-item" href="{{url('/am_chef')}}">Hospitality Candidate</a>
<a class="dropdown-item" href="{{url('/labor_agreement')}}">Labour Agreements</a> <a class="dropdown-item" href="{{url('/labor_agreement')}}">Labour Agreements</a>
<a class="dropdown-item" href="{{url('/need_chef')}}">I Need a Chef</a>
<a class="dropdown-item" href="{{url('/am_chef')}}">I am a Chef</a>
</li> </li>
</ul> </ul>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="{{url('/pathway_programme')}}">Education</a> <a class="nav-link" href="{{url('/insurance')}}">Insurance</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="{{url('/news')}}">News</a> <a class="nav-link" href="{{url('/news')}}">News</a>
@ -113,19 +133,16 @@
<div class="row"> <div class="row">
<div class="col-md-3"> <div class="col-md-3">
<div class="footer-desc"> <div class="footer-desc">
<img src="{{url('frontend/images/footer-logo.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/images/logo.png')}}" class="img-fluid" alt="">
<p>A PLUS Australia Agency, we strive to turn your dream into reality. We help you to secure your future in Australia.</p> <p>A PLUS Australia agency, we strive to turn your dream into reality. We help you to achieve Permanent Residency in Australia</p>
<div class="immigration-logo">
<img src="{{url('frontend/images/immigration-lawyers.png')}}" class="img-fluid mt-4" alt="">
</div>
</div> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
<div class="visa-services"> <div class="visa-services">
<h2>Visa Services</h2> <h2>Visa Services</h2>
<ul> <ul>
@foreach($visa_services as $service) @foreach($services as $service)
<li><a href="{{url('/visa_service/'.$service->slug)}}">{{$service->name}}</a></li> <li><a href="{{url('/service/'.$service->slug)}}">{{$service->name}}</a></li>
@endforeach @endforeach
</ul> </ul>
@ -135,9 +152,9 @@
<div class="recruitment"> <div class="recruitment">
<h2>Recruitment</h2> <h2>Recruitment</h2>
<ul> <ul>
<li><a href="/need_chef">Hospitality Operator</a></li>
<li><a href="/am_chef">Hospitality Candidate</a></li>
<li><a href="/labor_agreement">Labour Agreements</a></li> <li><a href="/labor_agreement">Labour Agreements</a></li>
<li><a href="/need_chef">I Need a Chef</a></li>
<li><a href="/am_chef">I am a Chef</a></li>
</ul> </ul>
</div> </div>
</div> </div>
@ -146,7 +163,7 @@
<h2>Quick Links</h2> <h2>Quick Links</h2>
<ul> <ul>
<li><a href="{{url('/about')}}">About us</a></li> <li><a href="{{url('/about')}}">About us</a></li>
<li><a href="{{url('/pathway_programme')}}">Education</a></li> <li><a href="{{url('/pathway_programme')}}">Pathway Programme</a></li>
<li><a href="{{url('/news')}}">News</a></li> <li><a href="{{url('/news')}}">News</a></li>
<li><a href="{{url('/contact')}}">Contact us</a></li> <li><a href="{{url('/contact')}}">Contact us</a></li>
</ul> </ul>
@ -155,11 +172,11 @@
</div> </div>
</div> </div>
<div class="footer-bottom"> <div class="footer-bottom">
<div class="copyright"> <div class="abn">
<p>MIGRATION AGENT’S NUMBER MARN: 1463534</p> <p>ABN : 97654871011 </p>
</div> </div>
<div class="copyright"> <div class="copyright">
<p>APLUS © 2022. All Rights Reserved.</p> <p>DICE © 2022. All Rights Reserved.</p>
</div> </div>
<div class="disclaimer"> <div class="disclaimer">
<p><a href="">Disclaimer</a> | <a href="">Privacy Policy</a></p> <p><a href="">Disclaimer</a> | <a href="">Privacy Policy</a></p>
@ -198,30 +215,27 @@
navHeader.classList.add("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0){ if(window.scrollY==0 && location.pathname != '/news/our-training-programme-based-on-occupational-training-allows-students-to-improve-their-skills-for-th'){
navHeader.classList.remove("header-scroll"); navHeader.classList.remove("header-scroll");
} }
if(window.scrollY==0 && location.pathname === '/news/chefs-are-now-included-on-the-list-of-priority-skilled-migrants'){ if(window.scrollY==0 && location.pathname != '/news/186-trt-pathway-permanent-residency-applications-for-457-and-482-in-the-short-term-stream'){
navHeader.classList.add("header-scroll"); navHeader.classList.remove("header-scroll");
}
if(window.scrollY==0 && location.pathname === '/news/186-trt-pathway-permanent-residency-applications-for-457-and-482-in-the-short-term-stream'){
navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname === '/news/rpl-is-a-solution'){ if(window.scrollY==0 && location.pathname != '/news/rpl-is-a-solution'){
navHeader.classList.add("header-scroll"); navHeader.classList.remove("header-scroll");
} }
if(window.scrollY==0 && location.pathname === '/news/skilled-nominated-visa-subclass-190'){ if(window.scrollY==0 && location.pathname != '/news/skilled-nominated-visa-subclass-190'){
navHeader.classList.add("header-scroll"); navHeader.classList.remove("header-scroll");
} }
if(window.scrollY==0 && location.pathname === '/news/skilled-work-regional-visa-subclass-491'){ if(window.scrollY==0 && location.pathname != '/news/skilled-work-regional-visa-subclass-491'){
navHeader.classList.add("header-scroll"); navHeader.classList.remove("header-scroll");
} }
if(window.scrollY==0 && location.pathname === '/news/more-than-11000-new-chefs-are-expected-to-fill-australias-notorious-chef-shortage-by-2026-key-points'){ if(window.scrollY==0 && location.pathname != 'more-than-11000-new-chefs-are-expected-to-fill-australias-notorious-chef-shortage-by-2026-key-points'){
navHeader.classList.add("header-scroll"); navHeader.classList.remove("header-scroll");
} }
} }
if(location.pathname === '/news/chefs-are-now-included-on-the-list-of-priority-skilled-migrants'){ if(location.pathname === '/news/our-training-programme-based-on-occupational-training-allows-students-to-improve-their-skills-for-th'){
navHeader.classList.add("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(location.pathname === '/news/186-trt-pathway-permanent-residency-applications-for-457-and-482-in-the-short-term-stream'){ if(location.pathname === '/news/186-trt-pathway-permanent-residency-applications-for-457-and-482-in-the-short-term-stream'){

@ -12,19 +12,19 @@
<section class="need-chef-banner" style="background: url('frontend/images/need-chef.png')"> <section class="need-chef-banner" style="background: url('frontend/images/need-chef.png')">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li> <li class="breadcrumb-item"><a href="/">Aplusagency</a></li>
<li class="breadcrumb-item active" aria-current="page">Recruitment</li> <li class="breadcrumb-item active" aria-current="page">Recruitment</li>
</ol> </ol>
</nav> </nav>
<div class="chef-banner-content"> <div class="chef-banner-content">
<h2>Hospitality Operator’s</h2> <h2>I need a Chef</h2>
</div> </div>
</section> </section>
<section class="hiring-chef"> <section class="hiring-chef">
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<div class="hiring-content"> <div class="hiring-content">
<h5>Recruitment<hr></h5> <h5>Hiring <hr></h5>
<h3>Need a Chef or Cook?</h3> <h3>Need a Chef or Cook?</h3>
<p>Let us know via our enquiry form.</p> <p>Let us know via our enquiry form.</p>
<h6>What are the next steps?</h6> <h6>What are the next steps?</h6>
@ -49,23 +49,23 @@
<h2>Please fill-up the form</h2> <h2>Please fill-up the form</h2>
<div class="mb-3"> <div class="mb-3">
<label for="">Full name</label> <label for="">Full name</label>
<input type="text" class="form-control" placeholder="Your full name" name="full_name" id="" value = "{{old('full_name')}}"> <input type="text" class="form-control" placeholder="Your full name" name="full_name" id="">
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="">Company</label> <label for="">Company</label>
<input type="text" class="form-control" placeholder="Your company name" name="company" id="" value = "{{old('company')}}"> <input type="text" class="form-control" placeholder="Your company name" name="company" id="">
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="">Email address</label> <label for="">Email address</label>
<input type="email" class="form-control" placeholder="Your email address" name="email" id="" value = "{{old('email')}}"> <input type="email" class="form-control" placeholder="Your email address" name="email" id="">
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="">No. of position</label> <label for="">No. of position</label>
<input type="text" class="form-control" placeholder="Required number of position" name="no_of_position" id="" value = "{{old('no_of_position')}}"> <input type="text" class="form-control" placeholder="Required number of position" name="no_of_position" id="">
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="">Enquiry</label> <label for="">Enquiry</label>
<textarea type="text" rows="3" class="form-control" placeholder="Your enquiries.." name="enquiry" id="">{{old('enquiry')}}</textarea> <textarea type="text" rows="3" class="form-control" placeholder="Your enquiries.." name="enquiry" id=""></textarea>
</div> </div>
@php @php
$code = Str::random(5); $code = Str::random(5);

@ -35,7 +35,7 @@
<div class="featured-news-desc"> <div class="featured-news-desc">
<h3>{{$news_and_update->title}}</h3> <h3>{{$news_and_update->title}}</h3>
<h5>{{$news_and_update->created_at}}</h5> <h5>{{$news_and_update->created_at}}</h5>
<p>{!!(\Illuminate\Support\Str::limit(strip_tags($news_and_update->description), 150, $end='...'))!!}</p> <p>{!!strip_tags(\Illuminate\Support\Str::limit($news_and_update->description, 150, $end='...'))!!}</p>
<a href="{{url('news/'.$news_and_update->slug)}}">Read More</a> <a href="{{url('news/'.$news_and_update->slug)}}">Read More</a>
</div> </div>
</div> </div>
@ -50,7 +50,7 @@
</div> </div>
<div class="news-card-desc"> <div class="news-card-desc">
<h4>{{$news->title}}</h4> <h4>{{$news->title}}</h4>
<p>e</p> <p>{!!strip_tags(\Illuminate\Support\Str::limit($news->description, 150, $end='...'))!!}</p>
</div> </div>
</a> </a>
</div> </div>

@ -32,25 +32,86 @@
</section> </section>
<section class="related-article"> <section class="related-article">
<h3>Related Articles</h3> <h3>Related Articles</h3>
<!-- <h2 class="mt-4">Coming soon......</h2> --> <h2 class="mt-4">Coming soon......</h2>
{{-- <div class="row g-4">
<div class="row g-4">
@foreach(App\Models\NewsAndUpdate::where('id','!=',$news->first()->id)->where('status','1')->get() as $related)
<div class="col-md-4"> <div class="col-md-4">
<div class="news-page-card"> <div class="news-page-card">
<a href="{{url('news/'.$related->slug)}}"> <a href="/news_detail">
<div class="news-card-img"> <div class="news-card-img">
<img src="{{url($related->image)}}" class="img-fluid" alt=""> <img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div> </div>
<div class="news-card-desc"> <div class="news-card-desc">
<h4>{{$related->title}}</h4> <h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>{!!(\Illuminate\Support\Str::limit(strip_tags($related->description), 150, $end='...'))!!}</p> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div> </div>
</a> </a>
</div> </div>
</div> </div>
@endforeach <div class="col-md-4">
<div class="news-page-card">
</div> <a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
</div> --}}
</section> </section>
@endsection @endsection

@ -2,48 +2,23 @@
@section('title') @section('title')
<title>Pathway Programme</title> <title>Pathway Programme</title>
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/> <meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/>
<meta name="og:title" content="Education"/> <meta name="og:title" content="Pathway Programme"/>
<meta name="og:image" content="{{url('frontend/images/education-banner.png')}}"/> <meta name="og:image" content="{{url('frontend/images/pathway-banner.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="pathway-banner-section" style="background: url('frontend/images/education-banner.png')"> <section class="pathway-banner-section" style="background: url('frontend/images/pathway-banner.png')">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Education</li>
</ol>
</nav>
<div class="services-banner-content"> <div class="services-banner-content">
<h2>Education</h2> <h2>Pathway Programme</h2>
</div>
</section>
<section class="service-secondary">
<div class="row">
<div class="col-md-6">
<div class="service-secondary-img">
<img src="{{url('frontend/images/education-image.png')}}" class="w-100" alt="">
</div>
</div>
<div class="col-md-6">
<div class="service-secondary-desc">
<h5><hr>Education</h5>
<h3>Pathway from Education</h3>
<p>A PLUS AGENCY partners with educational providers throughout Australia to assist aspiring students in obtaining the relevant qualifications before embarking on further professional development.</p>
<p>It is common for international students to come to Australia and decide to look for permanent migration options to call Australia home! There are several pathways available to secure a future in Australia, however, the first step is ensuring relevant qualifications are obtained.</p>
<p>At A PLUS AGENCY, we aid from day one and provide a proven framework with an emphasis on employability.</p>
<a href="/contact">Book An Appointment</a>
</div>
</div>
</div> </div>
</section> </section>
<section class="pathway-steps-section"> <section class="pathway-steps-section">
<div class="pathway-step-header"> <div class="pathway-step-header">
<h2><span>Pathway</span> to a Successful Future In Australia through 4 Simple Steps</h2> <h2>Pathway to Australian PR through 4 simple steps</h2>
<p>The current certification needed is a Cert IV in Commercial Cookery to receive a positive skills assessment. You can even accomplish this without an employer's sponsorship or having to reside in a rural area.</p> <p>The current certification needed is a Cert IV in Commercial Cookery to receive a positive skills assessment. You can even accomplish this without an employer's sponsorship or having to reside in a rural area.</p>
<h5>Here are a few easy steps that could help you follow this road.</h5> <h5>Here are a few easy steps that could help you follow this road.</h5>
</div> </div>
<div class="row g-4"> <div class="row g-4">
<div class="col-lg-3 col-md-6"> <div class="col-md-3">
<div class="pathway-step-card"> <div class="pathway-step-card">
<div class="pathway-steps-icon"> <div class="pathway-steps-icon">
<img src="{{url('frontend/icons/write-blue.svg')}}" alt=""> <img src="{{url('frontend/icons/write-blue.svg')}}" alt="">
@ -54,7 +29,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6"> <div class="col-md-3">
<div class="pathway-step-card"> <div class="pathway-step-card">
<div class="pathway-steps-icon"> <div class="pathway-steps-icon">
<img src="{{url('frontend/icons/online-learning.svg')}}" alt=""> <img src="{{url('frontend/icons/online-learning.svg')}}" alt="">
@ -65,7 +40,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6"> <div class="col-md-3">
<div class="pathway-step-card"> <div class="pathway-step-card">
<div class="pathway-steps-icon"> <div class="pathway-steps-icon">
<img src="{{url('frontend/icons/efficiency.svg')}}" alt=""> <img src="{{url('frontend/icons/efficiency.svg')}}" alt="">
@ -76,7 +51,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6"> <div class="col-md-3">
<div class="pathway-step-card"> <div class="pathway-step-card">
<div class="pathway-steps-icon"> <div class="pathway-steps-icon">
<img src="{{url('frontend/icons/recruitment-icon.svg')}}" alt=""> <img src="{{url('frontend/icons/recruitment-icon.svg')}}" alt="">

@ -27,13 +27,13 @@
<a href="/need_chef"> <a href="/need_chef">
<div class="need-chef-card"> <div class="need-chef-card">
<div class="need-chef-top"> <div class="need-chef-top">
<h4>I am a Hospitality Operator</h4> <h4>I need a Chef</h4>
<h6>Our goal is to connect highly skilled people with hospitality operators.</h6> <h6>Connecting People and Businesses</h6>
<p>A Plus Agency is an education and recruitment firm specialising in the hospitality industry, we concentrate on business-to-business relations and international candidate placements. <p>A Plus Agency is an education and recruitment firm specializing in the hospitality industry, focusing on business-to-business relationships and international chef placements.
<br><br> <br><br>
Need help finding the best candidates for your business? Whatever you need, we work relentlessly to provide the best talent for your business. Need help finding the best chef for your business? Whatever you need, we will help to find the right talent!
<br><br> <br><br>
Please get in touch via our <span>enquiry form</span> . We would love to find out how we can help you! Please get in touch via our enquiry form. We would love to find out how we can help you!
</p> </p>
</div> </div>
<div class="need-chef-card-img text-center"> <div class="need-chef-card-img text-center">
@ -46,12 +46,13 @@
<a href="/am_chef"> <a href="/am_chef">
<div class="need-chef-card"> <div class="need-chef-card">
<div class="need-chef-top"> <div class="need-chef-top">
<h4>I am A Hospitality Candidate</h4> <h4>I am Chef</h4>
<p>At A-PLUS we are obsessed with enabling individuals to further progress within their careers. <h6>We help you Grow, Choose a Job you Love</h6>
<p>A Plus Agency gives hospitality workers like you the ultimate freedom & choice, supports you throughout your employment and provides protection.
<br><br> <br><br>
A Plus Agency gives hospitality workers like yourself the ultimate freedom & choice, we don’t just end our relationship upon placement. We constantly support you throughout your employment and help ensure progressive professional development. If you want to work in Australia as a Chef or a Cook, you must provide evidence that you have the skills and qualifications to fulfil the specific job requirements.
<br><br> <br><br>
If you are looking to secure a future within Australia's hospitality sector, we’d love to hear from you. Please send an <span>enquiry</span> with evidence of your skills and qualifications so we can connect you with any opportunities that may arise. Are you a chef looking for work? We would love to hear from you!
</p> </p>
</div> </div>
<div class="need-chef-card-img text-center"> <div class="need-chef-card-img text-center">

@ -3,16 +3,10 @@
<title>{{$service->name}}</title> <title>{{$service->name}}</title>
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/> <meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/>
<meta name="og:title" content={{$service->name}}/> <meta name="og:title" content={{$service->name}}/>
<meta name="og:image" content="{{url($service->icon)}}"/> <meta name="og:image" content="{{url('frontend/images/service-detail.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="service-detail-banner" style="background: url({{url($service->icon)}})"> <section class="service-detail-banner" style="background: url('../frontend/images/service-detail.png')">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">{{$service->name}}</li>
</ol>
</nav>
<div class="service-detail-desc"> <div class="service-detail-desc">
<h2>{{$service->name}}</h2> <h2>{{$service->name}}</h2>
</div> </div>
@ -23,7 +17,7 @@
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div class="permanent-visa-head"> <div class="permanent-visa-head">
<h2>{{$service_sections->first()->left_title}}</h2> <h2>{{$service->name}}s</h2>
<p>{!!strip_tags($service_sections->first()->top_description)!!}</p> <p>{!!strip_tags($service_sections->first()->top_description)!!}</p>
</div> </div>
</div> </div>

@ -1,12 +1,12 @@
@extends('layout.app') @extends('layout.app')
@section('title') @section('title')
<title>{{$service->name}}</title> <title>{{$service->name}}</title>
<meta name="description" content="{!! strip_tags($service->service_sections()->first()->description)!!}"/> <meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/>
<meta name="og:title" content={{$service->name}}/> <meta name="og:title" content={{$service->name}}/>
<meta name="og:image" content="{{url($service->banner_image)}}"/> <meta name="og:image" content="{{url('../frontend/images/service-detail.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="service-detail-banner" style="background: url({{url($service->banner_image)}})"> <section class="service-detail-banner" style="background: url('../frontend/images/skill-assessment-banner.png')">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li> <li class="breadcrumb-item"><a href="/">Home</a></li>
@ -28,7 +28,7 @@
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<div class="service-primary-desc"> <div class="service-primary-desc">
<h5>{{$service->name}} <hr></h5> <h5>Skill Assessment <hr></h5>
<h3>{{$service_sections->first()->title}}</h3> <h3>{{$service_sections->first()->title}}</h3>
<p>{{$service_sections->first()->description}}</p> <p>{{$service_sections->first()->description}}</p>
<ul> <ul>
@ -42,10 +42,10 @@
</section> </section>
@if($service_sections->count() > 1) @if($service_sections->count() > 1)
@php $second_service = $service_sections[1];@endphp @php $second_service = $service_sections[1];@endphp
<section class="service-detail-secondary"> <section class="service-secondary">
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<div class="service-detail-secondary-img"> <div class="service-secondary-img">
<img src="{{url($second_service->image ?? '')}}" class="w-100" alt=""> <img src="{{url($second_service->image ?? '')}}" class="w-100" alt="">
</div> </div>
</div> </div>
@ -66,7 +66,7 @@
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<div class="service-primary-desc"> <div class="service-primary-desc">
<h5>{{$service->name}}<hr></h5> <h5>Skill Assessment<hr></h5>
<h3>{{$third_service->title}}</h3> <h3>{{$third_service->title}}</h3>
<p>{{$third_service->description}}</p> <p>{{$third_service->description}}</p>
<ul> <ul>

@ -7,12 +7,6 @@
@endsection @endsection
@section('content') @section('content')
<section class="services-banner-section"> <section class="services-banner-section">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Services</li>
</ol>
</nav>
<div class="services-banner-content"> <div class="services-banner-content">
<h2>Our Services</h2> <h2>Our Services</h2>
</div> </div>
@ -21,8 +15,8 @@
<div class="row g-3"> <div class="row g-3">
<div class="col-md-12"> <div class="col-md-12">
<div class="our-service-head"> <div class="our-service-head">
<h2>What <span>We</span> Offer</h2> <h2>Our Services</h2>
<p>Delivering excellent and cost-effective solutions to ensure customer satisfaction.</p> <p>Delivering excellent and cost-effective solutions to esnure customer satisfaction.</p>
</div> </div>
</div> </div>
@foreach($services as $service) @foreach($services as $service)

@ -12,16 +12,11 @@
<!-- Slider section --> <!-- Slider section -->
<section class="banner-section" > <section class="banner-section" >
<video id="vid" autoplay playsinline loop muted> <video id="vid" autoplay playsinline loop muted>
<source src="{{url($video->value)}}" type="video/mp4"> <source src="{{url('frontend/video/aplus-video.mp4')}}" type="video/mp4">
</video> </video>
<span class="banner-shadow"></span> <span class="banner-shadow"></span>
<div class="banner-description"> <div class="banner-description">
<h2>4 Easy Steps To <br> Secure Your Future <br> In Australia <h2>4 Easy Steps To <br> Permanent Residency <br> In Australia <span></span></h2>
<span data-text="Study Programme"></span>
<span data-text2="Training Programme"></span>
<span data-text3="Skill Assessment"></span>
<span data-text4="Skilled Recruitment"></span>
</h2>
{{-- <h3>{{$slider->title2}}</h3> --}} {{-- <h3>{{$slider->title2}}</h3> --}}
{{-- <p>{{$slider->description}}</p> --}} {{-- <p>{{$slider->description}}</p> --}}
@ -42,21 +37,17 @@
<section class="achievement-section"> <section class="achievement-section">
<div class="achievement-items"> <div class="achievement-items">
<div class="achivement-sec"> <div class="achivement-sec">
<img src="{{url('frontend/icons/success-icon.svg')}}" class="img-fluid" alt=""> <img src="{{url('frontend/icons/success-icon.svg')}}" class="img-fluid" alt="">
<h5>{{$visa_success->value ?? ''}}</h5> <h5>{{$visa_success->value ?? ''}}</h5>
</div> </div>
<div class="achivement-sec"> <div class="achivement-sec">
<img src="{{url('frontend/icons/visa-approved.svg')}}" alt=""> <img src="{{url('frontend/icons/visa-approved.svg')}}" alt="">
<h5>{{$visa_approved->value ?? ''}} <span>(This year)</span></h5> <h5>{{$visa_approved->value ?? ''}}</h5>
</div> </div>
<div class="achivement-sec"> <div class="achivement-sec">
<img src="{{url('frontend/icons/institution.svg')}}" alt=""> <img src="{{url('frontend/icons/institution.svg')}}" alt="">
<h5>{{$partner_institution->value ?? ''}}</h5> <h5>{{$partner_institution->value ?? ''}}</h5>
</div> </div>
<div class="achivement-sec">
<img src="{{url('frontend/icons/business-icon.png')}}" alt="">
<h5>{{$employers->value ?? ''}}</h5>
</div>
</div> </div>
</section> </section>
<!-- Achievement section --> <!-- Achievement section -->
@ -69,18 +60,18 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="about-us-sec"> <div class="about-us-sec">
<h2>A-Plus Australia Agency</h2> <h2>A-Plus Australia Agency</h2>
<h4>We will help you secure a long-lasting future in Australia</h4> <h4>We will help you achieve Permanent Residency in Australia</h4>
<p>The success in your life comes from you thriving in the things that you are most passionate about. <p>The success in your life comes from you thriving in the things that you are most passionate about.
<br><br> <br><br>
At A-PLUS Australia Agency, we strive to turn your dream into reality. Our team of well-established advisers are here to help you gain your qualifications and kick start your life by assisting you from the day of application till you gain your Permanent Residency in Australia. At A-PLUS Australia agency, we strive to turn your dream into reality. Our team of well-established advisers are here to help you gain your qualifications and kick start your life by assisting you from the day of application till you gain your Permanent Residency in Australia.
</p> </p>
<h5>Why Choose A-Plus Australia Agency?</h5> <h5>Why Choose A-Plus Australia Agency?</h5>
<ul> <ul>
<li>100% Success</li> <li>100% Success</li>
<li>Proven pathways to a successful future in Australia.</li> <li>Pathway to Parmanent</li>
<li>You are our priority</li> <li>You are our first Priority</li>
</ul> </ul>
<a href="{{url('/about')}}">View More</a> <a href="#">View More</a>
</div> </div>
</div> </div>
</div> </div>
@ -147,7 +138,7 @@
<section class="our-recruitment-section"> <section class="our-recruitment-section">
<div class="our-recruitment-header"> <div class="our-recruitment-header">
<h2>Our Recruitment Partners</h2> <h2>Our Recruitment Partners</h2>
<p>We have 50+ recruitment partners</p> <p>We have 200 + recruitment partners</p>
</div> </div>
<div class="slider-partners"> <div class="slider-partners">
@foreach($partners as $partner) @foreach($partners as $partner)
@ -171,7 +162,7 @@
<!-- news and update section --> <!-- news and update section -->
<section class="news-and-update-section"> <section class="news-and-update-section">
<div class="news-title"> <div class="news-title">
<h2>News & Updates</h2> <h2>New & Updates</h2>
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
@ -203,7 +194,7 @@
</div> </div>
<div class="news-box-desc"> <div class="news-box-desc">
<h4>{{\Illuminate\Support\Str::limit($news->title, 20, $end='...')}}</h4> <h4>{{\Illuminate\Support\Str::limit($news->title, 20, $end='...')}}</h4>
<p>{!!(\Illuminate\Support\Str::limit(strip_tags($news->description), 50, $end='...'))!!}</p> <p>{!!strip_tags(\Illuminate\Support\Str::limit($news->description, 60, $end='...'))!!}</p>
</div> </div>
</a> </a>
@endforeach @endforeach
@ -213,7 +204,6 @@
</section> </section>
<!-- news and update section --> <!-- news and update section -->
<!-- clients section --> <!-- clients section -->
@if(count($testimonials) > 0)
<section class="clients-section"> <section class="clients-section">
<div class="clients-header text-center"> <div class="clients-header text-center">
<h2>What our Clients say about us?</h2> <h2>What our Clients say about us?</h2>
@ -246,7 +236,6 @@
</div> </div>
</section> </section>
@endif
<!-- clients section --> <!-- clients section -->
<!-- cotact section --> <!-- cotact section -->
<section class="quick-enquiry-setion"> <section class="quick-enquiry-setion">
@ -294,7 +283,7 @@
<img src="{{url('frontend/icons/user-icon.svg')}}" alt=""> <img src="{{url('frontend/icons/user-icon.svg')}}" alt="">
</span> </span>
</div> </div>
<input type="text" name = "fullname" class="form-control" placeholder="Full Name" value = "{{old('fullname')}}" aria-label="Fullname" aria-describedby="basic-addon1"> <input type="text" name = "fullname" class="form-control" placeholder="Full Name" aria-label="Fullname" aria-describedby="basic-addon1">
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
@ -304,7 +293,7 @@
<img src="{{url('frontend/icons/email-enquiry.svg')}}" alt=""> <img src="{{url('frontend/icons/email-enquiry.svg')}}" alt="">
</span> </span>
</div> </div>
<input type="email" name = "email" value = "{{old('email')}}" class="form-control" placeholder="Email" aria-label="Email" aria-describedby="basic-addon1"> <input type="email" name = "email" class="form-control" placeholder="Email" aria-label="Email" aria-describedby="basic-addon1">
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
@ -314,7 +303,7 @@
<img src="{{url('frontend/icons/enq-phone-icon.svg')}}" alt=""> <img src="{{url('frontend/icons/enq-phone-icon.svg')}}" alt="">
</span> </span>
</div> </div>
<input type="text" name = "phone" value = "{{old('phone')}}" class="form-control" placeholder="Phone" aria-label="Phone" aria-describedby="basic-addon1"> <input type="text" name = "phone" class="form-control" placeholder="Phone" aria-label="Phone" aria-describedby="basic-addon1">
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
@ -327,7 +316,7 @@
<select class="form-select" id="inputGroupSelect01" name = "service_id"> <select class="form-select" id="inputGroupSelect01" name = "service_id">
<option hidden>Choose Services</option> <option hidden>Choose Services</option>
@foreach($services as $service) @foreach($services as $service)
<option value="{{$service->id}}" {{old('service_id') == $service->id ? 'selected' : ''}}> <option value="{{$service->id}}">
{{$service->name}} {{$service->name}}
</option> </option>
@endforeach @endforeach
@ -341,7 +330,7 @@
<img src="{{url('frontend/icons/Chat_plus_light.svg')}}" alt=""> <img src="{{url('frontend/icons/Chat_plus_light.svg')}}" alt="">
</label> </label>
</div> </div>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" placeholder="Message" name="message">{{old('message')}}</textarea> <textarea class="form-control" id="exampleFormControlTextarea1" rows="3" placeholder="Message" name="message"></textarea>
</div> </div>
</div> </div>
<div class="col-md-12"> <div class="col-md-12">

@ -1,2 +0,0 @@
*
!.gitignore
Loading…
Cancel
Save