@extends("admin.layouts.app") @section("styles") @endsection @section("content")
@lang("constants.title") | Nickname | Code | @lang("constants.is_active") | Published | Is Online | @lang("constants.options") | |
---|---|---|---|---|---|---|---|
{{$warehouse->title}} | {{$warehouse->nickname}} | {{$warehouse->code}} | @if ($warehouse->is_active) @else @endif | @if ($warehouse->is_published) @else @endif | @if ($warehouse->is_online) @else @endif | {{Form::open(['route'=>["admin.warehouses.destroy",$warehouse->id],'method'=>"delete"])}} id)}}" class="btn btn-outline btn-sm purple" title="Edit"> @lang("constants.edit") {!! Form::close() !!} | |
{!! $warehouses->links()!!} |