@extends('layouts.master') @section('title') {{ __('schools') .' '. __('inquiry') }} @endsection @section('content')

{{ __('list') . ' ' . __('schools') .' '. __('inquiry') }}

{!! Form::select('status', ['' => 'All', '0' => 'Pending', '2' => 'Reject'], null, ['class' => 'form-control','id' => 'filter_status_id']) !!}
{!! Form::text('filter_date', null, ['id' => 'filter_date', 'placeholder' => __('date'), 'class' => 'daterange form-control']) !!}
{{ __('id') }} {{ __('no.') }} {{__('school').' '.__('name') }} {{__('school').' '.__('phone')}} {{ __('school').' '.__('email') }} {{__('school').' '.__('address')}} {{ __('school').' '.__('tagline') }} {{__('date')}} {{ __('application').' '. __('status') }} {{ __('action') }}
{{-- School Edit Model --}} @endsection @section('js') @endsection