@extends('layouts.main') @section('title', 'Buttons') @section('content')

{{ __('Normal buttons')}}

{{ __('Fab Buttons')}}

{{ __('Outlined buttons')}}

{{ __('Rounded Outlines')}}

{{ __('Rounded filled Buttons')}}

{{ __('Rounded Outlines')}}

{{ __('Button Block')}}

{{ __('Icons Buttons')}}

{{ __('Grouped buttons')}}

{{ __('Social Buttons')}}

@endsection