@extends('layouts.app') @push('scripts') @endpush @push('styles') .circle { height: 50px; width: 50px; background-color: #555; border-radius: 50%; } @endpush @section('content')