@extends('layouts.settings') @section('title', 'Nomadic - Equipment Checkin') @section('content')

{{__('Equipment Checkin Process')}}

@if (session('error'))
{{session('error')}}
@elseif (session('success'))
{{session('success')}}
@endif
@if(!empty($data->equipment_photo)) @else @endif
Name
{{$data->equipment_name}}
Serial Number
{{$data->serial_number}}
{!! $checkout_content !!}
{{$data->description}}
@csrf
{!! $checkin_content !!}
@endsection @section('footer_scripts') @endsection