@extends("admin.adminmaster") @section('title') Admin-Product @endsection @section('content') @section('heading') Product @endsection
Add new Product

Fill the Required Fields
@if (session('product_msg')) @if (session('product_msg') == 'true')
@else @endif @endif @foreach($images as $image) @endforeach
ID Image Prouduct Action
{{ $image->id }} {{ $image->get_product['name'] }}
Add Images
@csrf
@error('photo') {{ $message }} @enderror

@endsection