@extends('Backend.dashboard') @section('title') About us @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
@csrf
@csrf
@csrf
@csrf
Add New Skill
@foreach($skills as $skill) @endforeach
Skill Name Skill Pourcentage % Actions
{{ $skill->name }} {{ $skill->pourcentage }} Edit Skill Delete Skill
@endsection