@extends('layouts.dashboard') @section('dashboard')

Crear Cotización Express

@if(session('message'))
{{ session('message') }}
@endif
{{ csrf_field() }}
@endsection @section('scripts') @endsection