@extends('layouts.master') @section('title') {{ Config::get('map.title') }} @stop @section('body')
@if(auth()->user()->can("view_trip_first_tab"))
@endif @if(auth()->user()->can("view_trip_second_tab"))
-- drop points not loaded --
@if(auth()->user()->can("view_trip_first_tab"))
@endif
@if(auth()->user()->can("view_trip_first_tab")) @endif
@endif @if(!auth()->user()->can("view_trip_first_tab") && auth()->user()->can("view_trip_third_tab"))
@elseif(auth()->user()->can("view_trip_third_tab"))
@endif
@include('map::layouts.editOrder') @include('map::layouts.newOrder') @stop @section('script') @stop