@extends('layouts.master') @section('title', 'Include & Exclude | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', 'Include & Exclude') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.id') }} | {{ __('basic.type') }} | {{ __('basic.name') }} | {{ __('basic.handle') }} |
|---|---|---|---|
| {{ $item->id }} | @if($item->type == 1) @php $type = "Include"; @endphp @elseif ($item->type == 2) @php $type = "Exclude"; @endphp @endif {{ $type }} | {{ $item->name }} | {{ __('basic.edit') }} |