@extends('template.content') @section('content')

{{$title}}

{{$subtitle}}

@csrf
@if($row->image)
@endif

 Back
@endsection