@extends('vendor.site-bases.admin.inc.layout') @section('title', $promo->type) @section('content') @include('vendor.site-bases.admin.inc.message')

{{ $promo->type }}

@csrf
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
@endforeach

@if($promo->image)
ატვირთული სურათი
@endif
@endsection @section('style') @endsection @section('script') @endsection