@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') @endsection @section('content') @if (isDesktop())
@endif @livewire('back-end.orders.search') @endsection @section('scripts') @endsection