@extends('layouts.admin') @section('content')

Product Images

Update product images

@if ($errors->any())
Error!
@endif @if ($message = Session::get('success'))
{{ $message }}
@endif

Product: {{$product->name}}


@csrf
Preview Images
img_photo_path")}}" alt="">
img2_photo_path")}}" alt="">
img3_photo_path")}}" alt="">
Change Images
Back
@endsection