@extends('layouts.app') @section('content')

{{trans('Pedidos')}} |{{trans('Solicitudes de Servicios')}}

@include('flash::message')
@include('pedidos.table')
@endsection