@extends('layouts.master') @section('title', 'User') @push('css') @endpush @section('content')
@csrf

brand Information

@foreach ($brands as $brand) @endforeach
Serial brand Name Action
{{ $loop->iteration }} {{ $brand->name }}
@endsection @push('js') @endpush