@extends('layouts.app') @section('title') {{ __('messages.job_notification.job_notifications') }} @endsection @section('content')
@include('flash::message')
{{ Form::open(['route' => 'job-notification.store','id' => 'createJobNotificationForm']) }} @include('job_notification.send_notification') {{ Form::close() }}
@include('job_notification.templates.templates') {{Form::hidden('getEmployerJobs',url('admin/employer-jobs'),['id'=>'indexGetEmployerJobs'])}} {{Form::hidden('jobDetails',url('admin/jobs'),['id'=>'indexJobDetails'])}} {{Form::hidden('jobNotification',url('admin/job-notifications'),['id'=>'indexJobNotification'])}} @endsection @push('scripts') {{-- --}} @endpush