@extends('layouts.mainlayout') @section('content')
@if( Session::has('msg_error2') )
{{ Session::get('msg_error2') }}
@endif @if( Session::has('msg_success') )
{{ Session::get('msg_success') }}
@endif @foreach ($tranzit as $c_edi) @endforeach