@extends('layouts.main_without_top_button') @section('title') Loading Orders @stop @section('contentinner')
@yield('loading_orders')
@stop