@extends('layouts.main') @section('customcss') @endsection @section('pagecontent')

@lang('sistema.promotions.edit_promotion')

{{ csrf_field() }} {{ method_field('PUT') }}
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if($promotion && $promotion->promo_image) {{ __("sistema.btn_delete") }} @endif
estatus ? 'checked' : '' }}>
estatus ? 'checked' : '' }}>
@lang('sistema.btn_back')
@endsection @section('customjs') @if (session('type')=='error') @endif @endsection