@extends('user.layouts.app') @push('title') {{ __($title) }} @endpush @push('style') @endpush @section('content')

{{__($title)}}

{{__("Products")}}

{{__("Name")}}
{{__("Plans")}}
{{__("Coupons")}}
{{__("License")}}
{{__("Action")}}
@endsection @push('script') @endpush