@extends('layouts.main') @php $banner = optional(isset($res) ? $res : null) @endphp @section('container')

{{ $card_title }}

@csrf
@php $types = [ "web" => "Carshow: Web", "mobile" => "Carshow: Mobile", "mitra_mobile" => "Mitra: Mobile" ]; @endphp
@php $status = [ "1" => "Tayang", "0" => "Tidak Tayang", ]; @endphp

Maksimum gambar ukuran 2MB dengan format jpg,jpeg,png

@endsection