@extends("layouts.${SKIN_NAME}.app")
@section('title', 'flights')
@section('content')
@include('flash::message')
flights
@include("layouts.${SKIN_NAME}.flights.table")
@include("layouts.${SKIN_NAME}.flights.search")
{{ $flights->links("layouts.${SKIN_NAME}.pagination.default") }}
@endsection
@include("layouts.${SKIN_NAME}.flights.scripts")