@extends('layouts.app') @section('css') @endsection @section('content-header')

{{__('cattle.page_title')}}

@endsection @section('content') @if(Session::has('success_message'))
{!! session('success_message') !!}
@endif

{{__('commons.filter_box')}}

{{__('commons.reset')}} @if (App\Helpers\CommonHelper::isCapable('cattle.create')) {{__('commons.create')}} @endif
@endsection @section('javascript') @endsection