@extends('admin.layout.master') @section('content') Create Question Home Question @csrf Title Description Hotel Type @foreach ($categories as $category) {{ $category->title }} @endforeach Status Enabled Disabled @endsection