@extends('layout.padrao') @section('content') @section('title', 'Scraping - Exchange Rate') @include('scraping.modules')
@php $carriers = App\Carrier::whereIn('id', [10, 33, 13, 17, 24])->get(); @endphp @yield('printDataFromTxt')

Last updated:

@foreach ($carriers as $key => $carrier)

{{$carrier->name}}

@endforeach
@yield('openImg') @include('scraping.style') @endsection