@extends('layouts.en.master') @section('content')
@auth
@csrf @method('delete')
@endauth
Name: {{$execut->name}}
Position: {{$execut->position}}
Eductiaon: {{$execut->education}}
Phone: {{$execut->phone}}
E-Mail: {{$execut->mail}}

{!!$execut->description!!}

@endsection