@extends('admin.layouts.master') @section('title') الباقه @endsection @section('css') @endsection @section('content-header')

الباقه

@endsection @section('content')
@foreach ($packages as $row) @if (!auth('employee')->check()) @include('admin.packages.details.edit') @include('admin.packages.details.deleted') @else @endif @endforeach
# اسم العمليات
{{ $loop->index + 1 }} {{ $row->name }}
@include('admin.messages')
@csrf


@endsection @section('js') @endsection