@extends('layouts.master') @section('title', 'Master Type Company') @section('css') @endsection @section('content')
Type Company
@foreach ($typeCompany as $type) @endforeach
No Type Company Action
{{$loop->iteration}} {{$type->type_company}}
@csrf @method('POST')
No Type Company Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection