@extends('layouts.master') @section('title', 'Settings - Jenama') @section('actions') @endsection @section('content')
@foreach($brands as $brand) @endforeach
Jenama
{{ $brand->name }}
@csrf @method('DELETE')
{{ $brands->links() }}
@endsection @push('scripts') @endpush