@extends('admin::curd.index') @section('heading') {!! trans('pet::pet.name') !!} {!! trans('cms.manage') !!} {!! trans('pet::pet.names') !!} @stop @section('title') {!! trans('pet::pet.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('pet::pet.label.name_of_pet')!!} {!! trans('pet::pet.label.lost_date')!!} {!! trans('pet::pet.label.color_of_pet')!!} {!! trans('pet::pet.label.age_of_pet')!!} {!! trans('pet::pet.label.character')!!} {!! trans('pet::pet.label.characteristics')!!} {!! trans('pet::pet.label.status')!!} {!! trans('pet::pet.label.other_amount')!!}
@stop @section('script') @stop @section('style') @stop