@extends('admin::curd.index') @section('heading') {!! trans('report::report.name') !!} {!! trans('cms.manage') !!} {!! trans('report::report.names') !!} @stop @section('title') {!! trans('report::report.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('report::report.label.title')!!} {!! trans('report::report.label.body')!!}
{!! Form::text('search[title]')->raw()!!} {!! Form::text('search[body]')->raw()!!}
@stop @section('script') @stop @section('style') @stop