@extends('front.layout.default_layout') @section('content')

Add Skils

@if (count($errors) > 0)
×
@endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@csrf
@stop