@extends('layouts.admin') @section('title', 'Destinations') @section('breadcrumbs', 'Overview Destinations') @section('css') @endsection @section('content')
{{-- button create --}} {{-- display filter --}} {{-- alert --}} @if (session('success')) @endif {{-- table --}} {{-- --}} @foreach ($destinations as $index => $destination) {{-- --}} @endforeach {{$destinations->appends(Request::all())->links()}}
NoImage Destination Title Action
{{$index+1}} @if($destination->image) @endif {{$destination->title}} @if ($destination->status=='DRAFT') Draft @endif
@endsection @section('script') @endsection