@extends('layouts.admin-layout')
@section('title', 'All Colours ')
@section('content')
Colours
| S.N. |
Colour Name |
Action |
@foreach ($get_colours as $colour)
| {{ $loop->iteration }} |
{{ $colour->name ?: '' }} |
|
@endforeach
@endsection
@section('script')
@endsection