@extends('app.hardware.layout.hardware') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
{{$info->title}}
  • {!! $info->content !!}
@endsection @section('script') @endsection