@extends(theme('layouts.master')) @section('title') {{ Settings('site_title') ? Settings('site_title') : 'Infix LMS' }} | {{ __('appointment.Post Request') }} @endsection @section('css') @endsection @section('mainContent') {{ __('appointment.Post a Request') }} {!! Form::open(['route' => 'appointment.post.store', 'method' => 'POST']) !!} {{ __('appointment.Tutoring Category') }} {{ __('appointment.Select Category') }} @foreach ($categories as $item) id?'selected':'':'' }}>{{ $item->name }} @endforeach {{ __('appointment.Headline') }} {{ __('appointment.Requirements') }} {{ isset($request) ? $request[0]['requirement'] : '' }} {{ __('appointment.Price Range') }} – USD {{ __('common.Name') }} {{ __('appointment.E-mail Address') }} {{ __('appointment.By clicking Save and continue, you agree to Mastery’s') }} {{ __('appointment.Terms of Service') }} {{ __('appointment.And') }} {{ __('appointment.Privacy Policy') }} @endsection