@extends('dashboard.layouts.main') @section('container')

{{ $profil->name }}

Back Edit
@method('delete') @csrf
{!! $profil->content !!}
@endsection