Editar Banner
Altere os campos para atualizar o banner
@extends('donamarmita-admin') @section('title', 'Editar Banner - Donamarmita') @section('content') @php switch ($type) { case 'main': $bannerWidth = $bannerWidth01; $bannerHeight = $bannerHeight02; break; case 'secondary': $bannerWidth = $bannerWidth02; $bannerHeight = $bannerHeight02; break; case 'fit': $bannerWidth = $bannerWidth03; $bannerHeight = $bannerHeight03; break; case 'vegetarian': $bannerWidth = $bannerWidth04; $bannerHeight = $bannerHeight04; break; } @endphp
@endsection @push('styles') @endpush @push('scripts') @endpush