@extends('admin._layoutNew') @section('page-head') @endsection @section('page-content')
@foreach($bases as $v) {{$v["name"]}} @endforeach
@endsection @section('scripts') @endsection