@extends('layouts.master')
@section('title') @lang('translation.remix') @endsection
@section('content')
@component('components.breadcrumb')
@slot('li_1') Forms @endslot
@slot('title') Remix Icons @endslot
@endcomponent
@endsection
@section('script')
@endsection