@extends("admin.layouts.app") @section("styles") @endsection @section("content")
@lang("constants.title") | @lang("constants.is_active") | @lang("constants.is_featured") | @lang("constants.options") | ||||
---|---|---|---|---|---|---|---|
{{$accessory_category->title}} | @if ($accessory_category->is_active) @else @endif | @if ($accessory_category->is_featured) @else @endif | {{Form::open(['route'=>["admin.accessory-categories.destroy",$accessory_category->id],'method'=>"delete"])}} id)}}" class="btn btn-outline btn-sm purple" title="Edit"> @lang("constants.edit") {!! Form::close() !!} | ||||
{!! $accessory_categories->links()!!} |