@extends('layouts.master') @section('title', 'Services | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.products')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @if (Session::has('error_delete'))

Can not be deleted

{{ Session::get('error_delete') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.products') }}
{{ __('basic.products') }}
@foreach ($service as $iteam) @endforeach
{{ __('basic.id') }} {{ __('basic.branch') }} {{ __('basic.name') }} {{ __('basic.sell price') }} {{ __('basic.purchasing price') }}
{{ $iteam->id }} {{ $iteam->name }} {{ $iteam->buy_price }} {{ $iteam->sell_price }}
@endsection @section('js') @endsection