@extends('vendor.app') @section('title') quotation QT2323 @endsection @section('styles') @endsection @push('head-scripts') @endpush @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @push('body-scripts') @endpush