@yield('css')
@if(\Auth::user()->type_user_id == 1 || \Auth::user()->user_rol->rol->name=='Admin' ) @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')