@extends('admin::curd.index') @section('heading') {!! trans('country::country.name') !!} {!! trans('app.manage') !!} {!! trans('country::country.names') !!} @stop @section('title') {!! trans('country::country.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('country::country.label.name')!!} {!! trans('country::country.label.iso_code_2')!!} {!! trans('country::country.label.iso_code_3')!!} {!! trans('country::country.label.postcode_required')!!} {!! trans('country::country.label.status')!!} {!! trans('country::country.label.created_at')!!} {!! trans('country::country.label.updated_at')!!}
{!! Form::text('search[name]')->raw()!!} {!! Form::text('search[iso_code_2]')->raw()!!} {!! Form::text('search[iso_code_3]')->raw()!!} {!! Form::text('search[postcode_required]')->raw()!!} {!! Form::text('date[status]')->raw()!!} {!! Form::text('date[created_at]')->raw()!!} {!! Form::text('date[updated_at]')->raw()!!}
@stop @section('script') @stop @section('style') @stop