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

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

@if (session('error'))
{{session('error')}}
@elseif (session('success'))
{{session('success')}}
@endif
@if(!empty($data->photo)) @else @endif
Name
{{$data->name}}
Serial Number
{{$data->serial_number}}
Manual
@if(!empty($data->manual)) {{$data->manual}} @endif @if(!empty($data->manual_link))
{{$data->manual_link}} @endif
@csrf
{!! $content !!}
@endsection @section('footer_scripts') @endsection