@extends('admin.layout') @section('title',__('Support')) @section('css') @endsection @section('breadcrump')

{{ __('Support') }}

@endsection @section('content')

{{__('Problem type')}}

{{__($support['type'])}}

{{__('Details')}}

{{$support['body']}}

{{__('Problem Solution')}}

@csrf @method('put')
@endsection @section('scripts') @include('admin.pages.support.scripts') @endsection