@extends("admin.layouts.app") @section("styles") @endsection @section("content")
@lang("constants.title") | Nickname | Code | @lang("constants.is_active") | Published | {{--Is Online | --}}Show In Filter | {{--About-Us | --}}TYPE | @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) | --}}
@if ($warehouse->show_in_filter) @else @endif | {{----}}
{{-- @if ($warehouse->is_only_about_us) | --}}
{{Form::select("type",config('ihouse.warehouses_type'),$warehouse->type,['class'=>"select2 form-control w-auto",'placeholder'=>'Select Type', 'id'=>'updatetype','data-id'=>$warehouse->id])}} | {{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()!!} |