@extends('user.layout') @section('content')
@csrf
{{__('Quote Page Visibility')}}
@csrf
@if ($errors->has('is_quote'))

{{$errors->first('is_quote')}}

@endif
@endsection