@extends('adminlte::page') @section('content') Edit Club Home Affiliated Clubs Our Clubs Edit Club @csrf @method('PUT') Edit Club Title Description {{ $club->description }} Image Allowed types: jpeg, png, jpg, gif, webp @if ($club->image) @endif Status status == '1' ? 'selected' : '' }}>Active status == '0' ? 'selected' : '' }}>Inactive @stop @section('js') @stop