@extends('admin.layouts.master') @section('title') Products @endsection @section('css') @include('addOns.dataTables.css') @endsection @section('content')

Products

Create New Product
@foreach ($products as $product) @endforeach
Name Category Options
{{ $product->name_sr }} {{ $product->category->name_sr }}
@csrf @method('DELETE')
@endsection @section('scripts') @include('addOns.dataTables.js') @endsection