@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Documents Out")}}

{{__("all-items")}}

@endsection @section("content")

{{__("Documents Out Details")}}

@csrf
@error("warranty_interval")
{{$message}}
@enderror
@endsection