@extends('layout.layout') @section('content')
@if ($errors->has('success'))
@endif @if ($errors->has('fail'))
@endif

Serviciile agentiilor

@foreach ($services as $service) @endforeach
Nume agentie Nume Cod depozit S1
{{ $service->branch_name }} {{ $service->whouse_name }} {{ $service->whouse_code }}
{{ $services->links() }}
@push('js') @endpush @endsection