@extends('admin.layouts.app') @section('content')
@csrf @method('PUT')
Description
{{ $counter->description }}
Current counter photo
@if($counter->counter_photo)
Delete
@else
No counter photo currently
@endif
@endsection