@extends('layouts.adminlte.adminlte') @section('title') Ref @endsection @section('modals') @endsection @section('content') @yield('modals')

Ref

@foreach($refs as $ref) @endforeach
Country Ref
{!!getHTMLFlag($ref->country)!!}{{cc2co($ref->country)}} {{$ref->ref ?: ''}} EDIT
@endsection @section('js') @parent @endsection @section('css') @parent @endsection