@extends('admin.layouts.main') @section('style') @endsection @section('content')
@if (Auth::guard('admin')->user()->mobile)
@csrf
@endif

Add Product

@csrf @if ($edit) @endif
@if (!$edit)
@if ($edit && isset($products['images'])) @foreach (json_decode($products['images'], true) as $image) @endforeach @endif
Please upload a product image (Recommended size: 800×800 px, Maximum size: 5MB).
@endif
@endsection @section('script') @endsection