@extends("admin.layouts.app") @section("styles") @endsection @section("content")
@lang("constants.title") | @lang("constants.is_active") | Show In Used Items | @lang("constants.options") | ||||
---|---|---|---|---|---|---|---|
{{$category->title}} | @if ($category->is_active) @else @endif | @if ($category->is_used_item) @else @endif | {{Form::open(['route'=>["admin.categories.destroy",$category->id],'method'=>"delete"])}} id)}}" class="btn btn-outline btn-sm purple" title="Edit"> @lang("constants.edit") @if(!$category->category_id) id)}}" class="btn btn-outline btn-sm green" title="Edit"> @lang("constants.sections") @endif {!! Form::close() !!} | ||||
{!! $categories->links()!!} |