@extends('layouts.app') @section('content')
Text Advert
{{$textAdvert->title}}

{{$textAdvert->text}}

{{csrf_field()}}
edit @if(Auth::user()->role=='Administrator') @endif
@endsection