Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/datatable.directory/src/commit/84103d6001410f8e539995d12d8a68bb77e5dc3d/resources/views/table/propose/manage-columns.blade.php
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
@php($tab='manage-columns')
|
|
@extends('table.propose.layout')
|
|
|
|
@section('tab-content')
|
|
...
|
|
@stop
|
|
|