@extends('layouts.master') @section('title',"Cihaz Detay") @section('head') @endsection @section('content')

Cihaz Bilgileri |

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
[Eğer bağlantı tipi IP ise doldurun]
@if($cihaz->image != null) @if(\File::extension($cihaz->image) == "pdf") @else
@foreach($cihaz->resim->all() as $resim) @endforeach
@endif @endif
@endsection @section('footer') @endsection