@extends('admin.pages.build') @section('title','Ürün Ekle') @push('css') @endpush @section('content')
@csrf

Ürün Ekle

    @foreach($languages as $locale => $lang)
  • {{ $lang }}
  • @endforeach
@foreach($languages as $locale => $lang)
@if(array_key_first($languages) == $locale)
@endif @if(array_key_first($languages) == $locale) {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@endif
@endforeach

Ürün Kapak Görseli (Zorunlu)

@endsection @push('js') @endpush