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

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

@endif
@endsection