{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')

Rank List

Add new Rank
@foreach($ranks as $company) @endforeach
Name Action
{{$company->seq_no}}-{{$company->name_en}}
@endsection {{-- Scripts Section --}} @section('scripts') {{-- --}} @endsection