@extends('layouts.header') @include('validation.checkout') @section('content')
{{ csrf_field() }}
Check Out
SKU/Serial
Name
Location
Quantity Available
Quantity Taken
Delete
@if($errors->any()) @yield('checkout-errors') @else

@endif
@if($errors->any())
@endif

@endsection