{{-- @extends('../layouts/partials/header') --}} @extends('layouts.partials.header') @section('content')

SOLICITUD BMW

Los campos marcados con (*) son mandatorios.
@csrf
@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
@endsection @include('layouts.partials.footer')