@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
@if ($errors->any())
@endif

{{__('obs.receipt')}} {{__('obs.list')}}

{{__('obs.received')}} {{__('obs.from')}} {{__('obs.agent')}}/{{__('obs.local')}}
{{--
--}}
{{-- --}}
@include('frontdesk.loader')
@endsection @section('script') @endsection