@php $host = app()->environment('local') ? "public" : "s3"; @endphp @extends('backend-template') @section('content')
Sector Name | Image | Item id | Description | Home page heading | Home page description | Action |
---|---|---|---|---|---|---|
{!! $cat->name !!} |
@if ($cat->image_name)
|
{!! $cat->image_item_id !!} | {!! $cat->description !!} | {!! $cat->home_page_heading !!} | {!! $cat->home_page_description !!} |
Edit description Edit home page heading Edit home page description Set image {!! Form::open([ 'url' => route('sectorDeleteImage', $cat->id), 'method' => 'delete']) !!} {!! Form::close() !!} |