@extends('customer_admin.layout.master') @section('page_title','Query/Help') @section('title','Query/Help') @section('container') @if(Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('errors'))
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{csrf_field()}}

Ask Questions ?

@endsection