@include('testimonial::testimonial.partial.header')
@include('testimonial::testimonial.partial.aside')
{{$testimonial->title}}

{!! $testimonial['id'] !!}

{!! $testimonial['name'] !!}

{!! $testimonial['description'] !!}

{!! $testimonial['location'] !!}

{!! $testimonial['image'] !!}

{!! $testimonial['slug'] !!}

{!! $testimonial['status'] !!}

{!! $testimonial['created_at'] !!}

{!! $testimonial['updated_at'] !!}

{!! $testimonial['deleted_at'] !!}
{!! Form::text('name') -> label(trans('testimonial::testimonial.label.name')) -> placeholder(trans('testimonial::testimonial.placeholder.name'))!!}
{!! Form::text('description') -> label(trans('testimonial::testimonial.label.description')) -> placeholder(trans('testimonial::testimonial.placeholder.description'))!!}
{!! Form::text('location') -> label(trans('testimonial::testimonial.label.location')) -> placeholder(trans('testimonial::testimonial.placeholder.location'))!!}
{!! Form::text('image') -> label(trans('testimonial::testimonial.label.image')) -> placeholder(trans('testimonial::testimonial.placeholder.image'))!!}