Skip to content

Commit

Permalink
Blade Style Change (Prettier Blade CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed May 16, 2024
1 parent c04a41e commit 0a71ed6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/Staff/uploader/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@extends('layout.default')

@section('title')
<title>{{ __('torrent.uploader') }} {{ __('common.stats') }} - {{ config('other.title') }}</title>
<title>
{{ __('torrent.uploader') }} {{ __('common.stats') }} - {{ config('other.title') }}
</title>
@endsection

@section('breadcrumbs')
Expand Down

0 comments on commit 0a71ed6

Please sign in to comment.