@extends('admin.layouts.master') @section('title',"$products->name -") @section('body')

{{$products->name ?? 'Product'}}

@endsection