@extends('layouts.admin') @section('title', 'Edit Promotion') @section('content')
@csrf @method('PUT')

Edit Promotion

@foreach($languages as $lang)
@endforeach
@foreach($languages as $lang)
@endforeach
Promotion Image
@include('admin.modal-image') @endsection @section('footer') {!! JsValidator::formRequest('App\Http\Requests\UpdatePromotionRequest', '#form-promotion'); !!} @endsection