@extends('admin.layouts.app') @section('content')

Counter Information

Counter Title:

{{ $counter->title }}

Counter Number:

{{ $counter->count_number }}

Description:

{{ $counter->description }}

Counter Photo:
@if($counter->counter_photo) Counter Photo @else

No service photo available

@endif
@endsection