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