@extends('admin/layouts/default') @section('title') Destinations @parent @stop {{-- Page content --}} @section('content')

Destinations

@include('flash::message')

Destinations List


@include('admin.destinations.table')
@stop