@extends('backend.layouts.app') @section('content')
{{--
@csrf @method('PUT') --}} @foreach ($products as $models)
Choosing/Buying Our Products
{{-- --}}
{{-- --}}
@csrf @method('DELETE')
@endforeach {{-- --}}
@foreach ($safes as $batterys)
Safes
{{-- --}}
{{-- --}}
@csrf @method('DELETE')
@endforeach
@foreach ($alarms as $losts)
Smoke Alarms
{{-- --}}
{{-- --}}
@csrf @method('DELETE')
@endforeach
f
@foreach ($sales as $openings)
After Sales Assistance
{{-- --}}
{{-- --}}
@csrf @method('DELETE')
@endforeach
@foreach ($others as $openings)
Other
{{-- --}}
{{-- --}}
@csrf @method('DELETE')
@endforeach
@endsection