@extends('web.master') @section('content')
@if(session('message_danger'))
{{ session('message_danger') }}
@endif
@endsection