@extends('admin::curd.index') @section('heading') {!! trans('file::auteur.name') !!} {!! trans('app.manage') !!} {!! trans('file::auteur.names') !!} @stop @section('title') {!! trans('file::auteur.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('file::auteur.label.email')!!} {!! trans('file::auteur.label.nom')!!} {!! trans('file::auteur.label.prenom')!!} {!! trans('file::auteur.label.status')!!} {!! trans('file::auteur.label.created_at')!!} {!! trans('file::auteur.label.updated_at')!!}
{!! Form::text('search[email]')->raw()!!} {!! Form::text('search[nom]')->raw()!!} {!! Form::text('search[prenom]')->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