@extends('layouts.main_without_top_button')
@section('contentinner')
@section('title')
Route Borders
@stop
@section('navigation')
@stop
@include('settings.routes.profile')
SNO. |
Name |
Route |
Action |
@foreach($routeborders as $index=> $routeborder)
{{++$index}} |
{{$routeborder->border->name}}
|
{{$routeborder->routeName}}
|
|
@endforeach
@stop