@extends('backend.layouts.master') @section('title') Excludes @endsection @section('main-content') @include('backend.layouts.notification')
Excludes
@if(count($excludeTours)>0) @foreach($excludeTours as $data) @endforeach
{{ __('sidebar.post_snumber') }} {{ __('sidebar.post_title') }} {{ __('sidebar.post_slug') }} {{ __('sidebar.post_status') }} {{ __('sidebar.post_action') }}
{{$data->id}} {{$data->title}} {{$data->slug}} @if($data->status=='active') {{$data->status}} @else {{$data->status}} @endif
@else
No exclude found!!! Please add exclude
@endif
@endsection