@extends('panel.layouts.app') @section('content')

Create Digitizing Quote

@if(Session::has('success'))
{{ \Illuminate\Support\Facades\Session::get('success') }}
@endif
{{ csrf_field() }}


@endsection