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

Skills

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

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

@endif @endforeach
@php $i = 1 @endphp @foreach($skil_data as $data) @php $i++ @endphp @endforeach
S.No Title Value Action
{{$i}}. {{$data->skil_name}} {{$data->skil_value}} %
@stop