@extends('layouts.admin') @section('styles') @endsection @section('content')
{{ __('ESTUDIANTES') }}
@if ($vis)
@foreach ($data as $e) @endforeach
No NOMBRE GRADO COSTO INSCRIPCION COSTO COLEGIATURA COSTO BUS COSTO UNIFORME COSTO BOLSA ESTADO
{{$e['id']}} {{$e['nombre']}} {{$e->grado->nombre}} Q. {{number_format($e['inscrip'], 2)}} Q. {{number_format($e['colegia'], 2)}} Q. {{number_format($e['bus'], 2)}} Q. {{number_format($e['bolsa'], 2)}} Q. {{number_format($e['uni'], 2)}} {{$e['estado']}}
@endif
@endsection @section('scripts') @endsection