@yield('css')
@if(Gate::allows('rule','users') ) @endif
@if(Gate::allows('rule','proposals') ) @endif
@php $usd_mxn = \App\Models\ConverterCurrency::Where('currency','usd_mxn')->first(); @endphp 1 USD = {{ $usd_mxn->price}}
image
@yield('content')
@yield('js')