@extends('layouts.app') @section('breadcrumbs') @endsection @section('content') @include('partials.messages')
Create Query
{{ csrf_field() }} {{ old('name') }} {{ old('description') }} {{ old('sql') }} {{ old('sort_order') }} {{ old('enabled') }}
@endsection('content')