@extends('layouts.user.app') @section('page_title') فحص السيريال@endsection @section('content')

فحص السيريال

@csrf
@if($checked)
@if($is_serial)
{{$serial}}
الهاتف مُبَلَّغ بسرقته
@else
{{$serial}}
الهاتف غير مُبَلَّغ بسرقته
@endif
@endif
@endsection