@extends('admin/layouts/default') @section('title') Destinations @parent @stop {{-- Page content --}} @section('content') Destinations Dashboard Destinations Destinations List @include('flash::message') Destinations List @lang('button.create') @include('admin.destinations.table') @stop