@extends('layouts.admin.app') @section('title', __('trans.subscription.add_new')) @section('content')
{{ __('trans.subscription.title') }} @yield('title')
@csrf
@endsection @section('css') @endsection @section('js') @endsection