@extends('backend.master') @section('title') System Routes @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1)

System Routes

@else @include('backend.errors.404') @endif @endsection