@extends('layouts.base_portal') @section('inner_content')
@csrf
@if ($orderNoNotFound || $markingNotFound)

Result Not Found

There is no results found, Try adjusting your filters to find what you are looking for.
@endif @if($markingReturn && !$markingNotFound)
@foreach($markingReturn as $marking) @endforeach
@endif
@endsection