@extends('app') @section('content') Create warranties

ADD warranties

@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error == 'Please Select Vendor.' ? 'Please Select Client' : $error }}

@endforeach
@endif
@if (isset($warranty)) @method('PUT') @endif
@endsection