@extends('layouts.sidebar')
@section('title', 'Nomadic-Studios')
@section('content')
| Name |
Studio Type |
Manager |
Team Size |
Equipment Quantity |
Status |
@if(!empty($data) && $data->count())
@foreach($data as $dt)
| {{ucfirst($dt->name)}} |
{{$dt->type}} |
Martin Roser |
20 |
14 |
|
@endforeach
@else
| No record found |
@endif
@endsection